Html Css Color HEX #CA8E78 Feldspar

📋 copy color: '#CA8E78'

red 202 ◦ green 142 ◦ blue 120

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

Shades of Feldspar #CA8E78

Tints of Feldspar #CA8E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.86%

R = 43.53%
G = 30.6%
B = 25.86%

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

#CA8E78 (or 0xCA8E78) is known color: Feldspar. HEX triplet: CA, 8E and 78. RGB value is (202,142,120). Sum of RGB (Red+Green+Blue) = 202+142+120=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E78 is #357187. Grayscale: #9D9D9D. Windows color (decimal): -3502472 or 7900874. OLE color: 7900874.

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

Color convert

RGB 202 142 120 -
CMYK 0 0.30 0.41 0.21
HSL 16.1º 0.44% 0.63% -
HSV(B) 16.1º 0.41% 0.79% -
XYZ 37.42 33.26 22.22 -
YUV 157.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 202 142 120 0 0.30 0.41 0.21 16.1 0.44 0.63
Hex CA 8E 78 0 1E 29 15 10 2C 3F
Octal 312 216 170 0 36 51 25 20 54 77
Binary 11001010 10001110 1111000 0 11110 101001 10101 10000 101100 111111

Color Harmonies of #CA8E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E78

Black with #CA8E78

Text Example


Text Example

White with #CA8E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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