#CA8C76

Color #CA8C76 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CA8C76

Tints of Feldspar #CA8C76

Color information

#CA8C76 (or 0xCA8C76) is unknown color: approx Feldspar. HEX triplet: CA, 8C and 76. RGB value is (202,140,118). Sum of RGB (Red+Green+Blue) = 202+140+118=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C76 is #357389. Grayscale: #9C9C9C. Windows color (decimal): -3502986 or 7769290. OLE color: 7769290.

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

Color convert

RGB202140118-
CMYK00.310.420.21
HSL15.71º44.21%62.75%-
HSV(B)15.71º41.58%79.22%-
XYZ37.0132.6221.49-
YUV156.03106.54160.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=43.91%
G=30.43%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214011800.310.420.2115.7144.2162.75
HexCA8C7601F2A15102c3f
Octal3122141660375225205477
Binary110010101000110011101100111111010101010110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C76; }

 p { color: rgb(202,140,118); }

 H1.HeaderClassName
 {
   color: #CA8C76;
 }
 .AnyTagClassName
 {
   color: #CA8C76;
 }
</style>
background-color css

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

 a { background-color: rgb(202,140,118); }

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

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

 span { border-color: rgb(202,140,118); }

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