#CAC1AC

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

Shades of Parchment #CAC1AC

Tints of Parchment #CAC1AC

Color information

#CAC1AC (or 0xCAC1AC) is unknown color: approx Parchment. HEX triplet: CA, C1 and AC. RGB value is (202,193,172). Sum of RGB (Red+Green+Blue) = 202+193+172=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC1AC is #353E53. Grayscale: #C1C1C1. Windows color (decimal): -3489364 or 11321802. OLE color: 11321802.

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

Color convert

RGB202193172-
CMYK00.040.150.21
HSL42º22.06%73.33%-
HSV(B)42º14.85%79.22%-
XYZ50.8753.6846.71-
YUV193.3115.98134.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=35.63%
G=34.04%
B=30.34%

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
Decimal20219317200.040.150.214222.0673.33
HexCAC1AC04F152a1649
Octal3123012540417255226111
Binary1100101011000001101011000100111110101101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1AC; }

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

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

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

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

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

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

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

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