#CCC4AB

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

Shades of Parchment #CCC4AB

Tints of Parchment #CCC4AB

Color information

#CCC4AB (or 0xCCC4AB) is unknown color: approx Parchment. HEX triplet: CC, C4 and AB. RGB value is (204,196,171). Sum of RGB (Red+Green+Blue) = 204+196+171=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AB is #333B54. Grayscale: #C3C3C3. Windows color (decimal): -3357525 or 11257036. OLE color: 11257036.

HSL color Cylindrical-coordinate representation of color #CCC4AB: hue angle of 45.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC4AB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204196171-
CMYK00.040.160.2
HSL45.45º24.44%73.53%-
HSV(B)45.45º16.18%80%-
XYZ51.9955.2646.45-
YUV195.54114.15134.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=35.73%
G=34.33%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419617100.040.160.245.4524.4473.53
HexCCC4AB0410142d184a
Octal3143042530420245530112
Binary11001100110001001010101101001000010100101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4AB; }

 p { color: rgb(204,196,171); }

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

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

 a { background-color: rgb(204,196,171); }

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

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

 span { border-color: rgb(204,196,171); }

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