#CAC4AA

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

Shades of Parchment #CAC4AA

Tints of Parchment #CAC4AA

Color information

#CAC4AA (or 0xCAC4AA) is unknown color: approx Parchment. HEX triplet: CA, C4 and AA. RGB value is (202,196,170). Sum of RGB (Red+Green+Blue) = 202+196+170=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4AA is #353B55. Grayscale: #C2C2C2. Windows color (decimal): -3488598 or 11191498. OLE color: 11191498.

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

Color convert

RGB202196170-
CMYK00.030.160.21
HSL48.75º23.19%72.94%-
HSV(B)48.75º15.84%79.22%-
XYZ51.3554.9445.93-
YUV194.83113.99133.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=35.56%
G=34.51%
B=29.93%

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
Decimal20219617000.030.160.2148.7523.1972.94
HexCAC4AA031015311749
Octal3123042520320256127111
Binary1100101011000100101010100111000010101110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4AA; }

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

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

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

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

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

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

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

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