#CA8877

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

Shades of Feldspar #CA8877

Tints of Feldspar #CA8877

Color information

#CA8877 (or 0xCA8877) is unknown color: approx Feldspar. HEX triplet: CA, 88 and 77. RGB value is (202,136,119). Sum of RGB (Red+Green+Blue) = 202+136+119=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8877 is #357788. Grayscale: #999999. Windows color (decimal): -3504009 or 7833802. OLE color: 7833802.

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

Color convert

RGB202136119-
CMYK00.330.410.21
HSL12.29º43.92%62.94%-
HSV(B)12.29º41.09%79.22%-
XYZ36.4931.521.61-
YUV153.8108.37162.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 119 (46.88% from 255) = 26.04%
R=44.20%
G=29.76%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213611900.330.410.2112.2943.9262.94
HexCA88770212915c2c3f
Octal3122101670415125145477
Binary110010101000100011101110100001101001101011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8877; }

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

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

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

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

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

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

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

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