#CA8772

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

Shades of Feldspar #CA8772

Tints of Feldspar #CA8772

Color information

#CA8772 (or 0xCA8772) is unknown color: approx Feldspar. HEX triplet: CA, 87 and 72. RGB value is (202,135,114). Sum of RGB (Red+Green+Blue) = 202+135+114=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8772 is #35788D. Grayscale: #989898. Windows color (decimal): -3504270 or 7505866. OLE color: 7505866.

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

Color convert

RGB202135114-
CMYK00.330.440.21
HSL14.32º45.36%61.96%-
HSV(B)14.32º43.56%79.22%-
XYZ36.0631.120.02-
YUV152.64106.2163.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=44.79%
G=29.93%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213511400.330.440.2114.3245.3661.96
HexCA87720212C15e2d3e
Octal3122071620415425165576
Binary110010101000011111100100100001101100101011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8772; }

 p { color: rgb(202,135,114); }

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

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

 a { background-color: rgb(202,135,114); }

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

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

 span { border-color: rgb(202,135,114); }

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