#CCC7AB

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

Shades of Parchment #CCC7AB

Tints of Parchment #CCC7AB

Color information

#CCC7AB (or 0xCCC7AB) is unknown color: approx Parchment. HEX triplet: CC, C7 and AB. RGB value is (204,199,171). Sum of RGB (Red+Green+Blue) = 204+199+171=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7AB is #333854. Grayscale: #C5C5C5. Windows color (decimal): -3356757 or 11257804. OLE color: 11257804.

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

Color convert

RGB204199171-
CMYK00.020.160.2
HSL50.91º24.44%73.53%-
HSV(B)50.91º16.18%80%-
XYZ52.6856.6246.68-
YUV197.3113.16132.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=35.54%
G=34.67%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419917100.020.160.250.9124.4473.53
HexCCC7AB02101433184a
Octal3143072530220246330112
Binary1100110011000111101010110101000010100110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7AB; }

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

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

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

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

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

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

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

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