#CAC3AC

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

Shades of Parchment #CAC3AC

Tints of Parchment #CAC3AC

Color information

#CAC3AC (or 0xCAC3AC) is unknown color: approx Parchment. HEX triplet: CA, C3 and AC. RGB value is (202,195,172). Sum of RGB (Red+Green+Blue) = 202+195+172=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC3AC is #353C53. Grayscale: #C2C2C2. Windows color (decimal): -3488852 or 11322314. OLE color: 11322314.

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

Color convert

RGB202195172-
CMYK00.030.150.21
HSL46º22.06%73.33%-
HSV(B)46º14.85%79.22%-
XYZ51.3254.5746.86-
YUV194.47115.32133.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=35.50%
G=34.27%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219517200.030.150.214622.0673.33
HexCAC3AC03F152e1649
Octal3123032540317255626111
Binary110010101100001110101100011111110101101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3AC; }

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

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

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

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

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

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

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

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