Html Css Color HEX #CA8977 Feldspar

📋 copy color: '#CA8977'

red 202 ◦ green 137 ◦ blue 119

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

Shades of Feldspar #CA8977

Tints of Feldspar #CA8977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 119 (46.88% from 255) = 25.98%

R = 44.1%
G = 29.91%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA8977 (or 0xCA8977) is known color: Feldspar. HEX triplet: CA, 89 and 77. RGB value is (202,137,119). Sum of RGB (Red+Green+Blue) = 202+137+119=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8977 is #357688. Grayscale: #9A9A9A. Windows color (decimal): -3503753 or 7834058. OLE color: 7834058.

HSL color Cylindrical-coordinate representation of color #CA8977: hue angle of 13.01º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8977 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 137 119 -
CMYK 0 0.32 0.41 0.21
HSL 13.01º 0.44% 0.63% -
HSV(B) 13.01º 0.41% 0.79% -
XYZ 36.63 31.78 21.66 -
YUV 154.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 202 137 119 0 0.32 0.41 0.21 13.01 0.44 0.63
Hex CA 89 77 0 20 29 15 D 2C 3F
Octal 312 211 167 0 40 51 25 15 54 77
Binary 11001010 10001001 1110111 0 100000 101001 10101 1101 101100 111111

Color Harmonies of #CA8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8977

Black with #CA8977

Text Example


Text Example

White with #CA8977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8977; }

 p { color: rgb(202,137,119); }

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

background-color css

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

 a { background-color: rgb(202,137,119); }

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

border-color css

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

 span { border-color: rgb(202,137,119); }

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