Html Css Color HEX #CA8E77 Feldspar

📋 copy color: '#CA8E77'

red 202 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #CA8E77

Tints of Feldspar #CA8E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.67%

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

R = 43.63%
G = 30.67%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA8E77 (or 0xCA8E77) is known color: Feldspar. HEX triplet: CA, 8E and 77. RGB value is (202,142,119). Sum of RGB (Red+Green+Blue) = 202+142+119=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E77 is #357188. Grayscale: #9D9D9D. Windows color (decimal): -3502473 or 7835338. OLE color: 7835338.

HSL color Cylindrical-coordinate representation of color #CA8E77: hue angle of 16.63º 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 #CA8E77 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 119 -
CMYK 0 0.30 0.41 0.21
HSL 16.63º 0.44% 0.63% -
HSV(B) 16.63º 0.41% 0.79% -
XYZ 37.36 33.23 21.9 -
YUV 157.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 202 142 119 0 0.30 0.41 0.21 16.63 0.44 0.63
Hex CA 8E 77 0 1E 29 15 11 2C 3F
Octal 312 216 167 0 36 51 25 21 54 77
Binary 11001010 10001110 1110111 0 11110 101001 10101 10001 101100 111111

Color Harmonies of #CA8E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E77

Black with #CA8E77

Text Example


Text Example

White with #CA8E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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