#CAC2AE

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

Shades of Parchment #CAC2AE

Tints of Parchment #CAC2AE

Color information

#CAC2AE (or 0xCAC2AE) is unknown color: approx Parchment. HEX triplet: CA, C2 and AE. RGB value is (202,194,174). Sum of RGB (Red+Green+Blue) = 202+194+174=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AE is #353D51. Grayscale: #C2C2C2. Windows color (decimal): -3489106 or 11453130. OLE color: 11453130.

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

Color convert

RGB202194174-
CMYK00.040.140.21
HSL42.86º20.9%73.73%-
HSV(B)42.86º13.86%79.22%-
XYZ51.2954.247.8-
YUV194.11116.65133.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=35.44%
G=34.04%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219417400.040.140.2142.8620.973.73
HexCAC2AE04E152b154a
Octal3123022560416255325112
Binary1100101011000010101011100100111010101101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2AE; }

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

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

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

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

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

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

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

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