#CAC3AB

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

Shades of Parchment #CAC3AB

Tints of Parchment #CAC3AB

Color information

#CAC3AB (or 0xCAC3AB) is unknown color: approx Parchment. HEX triplet: CA, C3 and AB. RGB value is (202,195,171). Sum of RGB (Red+Green+Blue) = 202+195+171=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC3AB is #353C54. Grayscale: #C2C2C2. Windows color (decimal): -3488853 or 11256778. OLE color: 11256778.

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

Color convert

RGB202195171-
CMYK00.030.150.21
HSL46.45º22.63%73.14%-
HSV(B)46.45º15.35%79.22%-
XYZ51.2254.5346.35-
YUV194.36114.82133.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=35.56%
G=34.33%
B=30.11%

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
Decimal20219517100.030.150.2146.4522.6373.14
HexCAC3AB03F152e1749
Octal3123032530317255627111
Binary110010101100001110101011011111110101101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3AB; }

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

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

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

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

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

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

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

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