#CAC2AC

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

Shades of Parchment #CAC2AC

Tints of Parchment #CAC2AC

Color information

#CAC2AC (or 0xCAC2AC) is unknown color: approx Parchment. HEX triplet: CA, C2 and AC. RGB value is (202,194,172). Sum of RGB (Red+Green+Blue) = 202+194+172=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AC is #353D53. Grayscale: #C1C1C1. Windows color (decimal): -3489108 or 11322058. OLE color: 11322058.

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

Color convert

RGB202194172-
CMYK00.040.150.21
HSL44º22.06%73.33%-
HSV(B)44º14.85%79.22%-
XYZ51.154.1246.78-
YUV193.88115.65133.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=35.56%
G=34.15%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219417200.040.150.214422.0673.33
HexCAC2AC04F152c1649
Octal3123022540417255426111
Binary1100101011000010101011000100111110101101100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2AC; }

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

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

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

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

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

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

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

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