#CAC3AA

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

Shades of Parchment #CAC3AA

Tints of Parchment #CAC3AA

Color information

#CAC3AA (or 0xCAC3AA) is unknown color: approx Parchment. HEX triplet: CA, C3 and AA. RGB value is (202,195,170). Sum of RGB (Red+Green+Blue) = 202+195+170=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC3AA is #353C55. Grayscale: #C2C2C2. Windows color (decimal): -3488854 or 11191242. OLE color: 11191242.

HSL color Cylindrical-coordinate representation of color #CAC3AA: hue angle of 46.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC3AA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202195170-
CMYK00.030.160.21
HSL46.88º23.19%72.94%-
HSV(B)46.88º15.84%79.22%-
XYZ51.1354.4945.85-
YUV194.24114.32133.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=35.63%
G=34.39%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219517000.030.160.2146.8823.1972.94
HexCAC3AA0310152f1749
Octal3123032520320255727111
Binary1100101011000011101010100111000010101101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3AA; }

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

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

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

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

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

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

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

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