#CAC2A9

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

Shades of Parchment #CAC2A9

Tints of Parchment #CAC2A9

Color information

#CAC2A9 (or 0xCAC2A9) is unknown color: approx Parchment. HEX triplet: CA, C2 and A9. RGB value is (202,194,169). Sum of RGB (Red+Green+Blue) = 202+194+169=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2A9 is #353D56. Grayscale: #C1C1C1. Windows color (decimal): -3489111 or 11125450. OLE color: 11125450.

HSL color Cylindrical-coordinate representation of color #CAC2A9: hue angle of 45.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC2A9 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202194169-
CMYK00.040.160.21
HSL45.45º23.74%72.75%-
HSV(B)45.45º16.34%79.22%-
XYZ50.815445.28-
YUV193.54114.15134.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=35.75%
G=34.34%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219416900.040.160.2145.4523.7472.75
HexCAC2A90410152d1849
Octal3123022510420255530111
Binary11001010110000101010100101001000010101101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2A9; }

 p { color: rgb(202,194,169); }

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

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

 a { background-color: rgb(202,194,169); }

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

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

 span { border-color: rgb(202,194,169); }

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