#CAC4B1

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

Shades of Parchment #CAC4B1

Tints of Parchment #CAC4B1

Color information

#CAC4B1 (or 0xCAC4B1) is unknown color: approx Parchment. HEX triplet: CA, C4 and B1. RGB value is (202,196,177). Sum of RGB (Red+Green+Blue) = 202+196+177=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC4B1 is #353B4E. Grayscale: #C3C3C3. Windows color (decimal): -3488591 or 11650250. OLE color: 11650250.

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

Color convert

RGB202196177-
CMYK00.030.120.21
HSL45.6º19.08%74.31%-
HSV(B)45.6º12.38%79.22%-
XYZ52.0355.2149.51-
YUV195.63117.49132.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=35.13%
G=34.09%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219617700.030.120.2145.619.0874.31
HexCAC4B103C152e134a
Octal3123042610314255623112
Binary110010101100010010110001011110010101101110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4B1; }

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

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

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

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

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

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

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

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