#CAC4AE

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

Shades of Parchment #CAC4AE

Tints of Parchment #CAC4AE

Color information

#CAC4AE (or 0xCAC4AE) is unknown color: approx Parchment. HEX triplet: CA, C4 and AE. RGB value is (202,196,174). Sum of RGB (Red+Green+Blue) = 202+196+174=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4AE is #353B51. Grayscale: #C3C3C3. Windows color (decimal): -3488594 or 11453642. OLE color: 11453642.

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

Color convert

RGB202196174-
CMYK00.030.140.21
HSL47.14º20.9%73.73%-
HSV(B)47.14º13.86%79.22%-
XYZ51.7455.0947.95-
YUV195.29115.99132.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=35.31%
G=34.27%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219617400.030.140.2147.1420.973.73
HexCAC4AE03E152f154a
Octal3123042560316255725112
Binary110010101100010010101110011111010101101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4AE; }

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

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

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

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

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

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

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

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