Html Css Color HEX #CA977D Feldspar

📋 copy color: '#CA977D'

red 202 ◦ green 151 ◦ blue 125

#CA977D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #CA977D

Tints of Feldspar #CA977D

RGB

 RED value IS 202 (79.3% from 255) = 42.26%

 GREEN value IS 151 (59.38% from 255) = 31.59%

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 42.26%
G = 31.59%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA977D (or 0xCA977D) is known color: Feldspar. HEX triplet: CA, 97 and 7D. RGB value is (202,151,125). Sum of RGB (Red+Green+Blue) = 202+151+125=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA977D is #356882. Grayscale: #A3A3A3. Windows color (decimal): -3500163 or 8230858. OLE color: 8230858.

HSL color Cylindrical-coordinate representation of color #CA977D: hue angle of 20.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA977D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 125 -
CMYK 0 0.25 0.38 0.21
HSL 20.26º 0.42% 0.64% -
HSV(B) 20.26º 0.38% 0.79% -
XYZ 39.13 36.17 24.32 -
YUV 163.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 202 151 125 0 0.25 0.38 0.21 20.26 0.42 0.64
Hex CA 97 7D 0 19 26 15 14 2A 40
Octal 312 227 175 0 31 46 25 24 52 100
Binary 11001010 10010111 1111101 0 11001 100110 10101 10100 101010 1000000

Color Harmonies of #CA977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA977D

Black with #CA977D

Text Example


Text Example

White with #CA977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA977D; }

 p { color: rgb(202,151,125); }

 H1.HeaderClassName
 {
   color: #CA977D;
 }
 .AnyTagClassName
 {
   color: #CA977D;
 }
</style>

background-color css

<style>
 a { background-color: #CA977D; }

 a { background-color: rgb(202,151,125); }

 div.DivClassName
 {
   background-color: #CA977D;
 }
 .BgClassName
 {
   background-color: #CA977D;
 }
</style>

border-color css

<style>
 span { border-color: #CA977D; }

 span { border-color: rgb(202,151,125); }

 td.TdClassName
 {
   border-color: #CA977D;
 }
 .TagClassName
 {
   border-color: #CA977D;
 }
</style>