#CAC572

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

Shades of Pine Glade #CAC572

Tints of Pine Glade #CAC572

Color information

#CAC572 (or 0xCAC572) is unknown color: approx Pine Glade. HEX triplet: CA, C5 and 72. RGB value is (202,197,114). Sum of RGB (Red+Green+Blue) = 202+197+114=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC572 is #353A8D. Grayscale: #BDBDBD. Windows color (decimal): -3488398 or 7521738. OLE color: 7521738.

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

Color convert

RGB202197114-
CMYK00.020.440.21
HSL56.59º45.36%61.96%-
HSV(B)56.59º43.56%79.22%-
XYZ47.3653.723.79-
YUV189.0385.66137.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=39.38%
G=38.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219711400.020.440.2156.5945.3661.96
HexCAC572022C15392d3e
Octal312305162025425715576
Binary1100101011000101111001001010110010101111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC572; }

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

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

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

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

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

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

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

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