#CCC3AD

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

Shades of Parchment #CCC3AD

Tints of Parchment #CCC3AD

Color information

#CCC3AD (or 0xCCC3AD) is unknown color: approx Parchment. HEX triplet: CC, C3 and AD. RGB value is (204,195,173). Sum of RGB (Red+Green+Blue) = 204+195+173=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AD is #333C52. Grayscale: #C3C3C3. Windows color (decimal): -3357779 or 11387852. OLE color: 11387852.

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

Color convert

RGB204195173-
CMYK00.040.150.2
HSL42.58º23.31%73.92%-
HSV(B)42.58º15.2%80%-
XYZ51.9654.8847.39-
YUV195.18115.48134.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=35.66%
G=34.09%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419517300.040.150.242.5823.3173.92
HexCCC3AD04F142b174a
Octal3143032550417245327112
Binary1100110011000011101011010100111110100101011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3AD; }

 p { color: rgb(204,195,173); }

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

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

 a { background-color: rgb(204,195,173); }

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

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

 span { border-color: rgb(204,195,173); }

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