Html Css Color HEX #CCC2AB Parchment

📋 copy color: '#CCC2AB'

red 204 ◦ green 194 ◦ blue 171

#CCC2AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parchment #CCC2AB

Tints of Parchment #CCC2AB

RGB

 RED value IS 204 (80.08% from 255) = 35.85%

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 171 (67.19% from 255) = 30.05%

R = 35.85%
G = 34.09%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC2AB (or 0xCCC2AB) is known color: Parchment. HEX triplet: CC, C2 and AB. RGB value is (204,194,171). Sum of RGB (Red+Green+Blue) = 204+194+171=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2AB is #333D54. Grayscale: #C2C2C2. Windows color (decimal): -3358037 or 11256524. OLE color: 11256524.

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

Color convert

RGB 204 194 171 -
CMYK 0 0.05 0.16 0.2
HSL 41.82º 0.24% 0.74% -
HSV(B) 41.82º 0.16% 0.8% -
XYZ 51.54 54.36 46.3 -
YUV 194.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 204 194 171 0 0.05 0.16 0.2 41.82 0.24 0.74
Hex CC C2 AB 0 5 10 14 2A 18 4A
Octal 314 302 253 0 5 20 24 52 30 112
Binary 11001100 11000010 10101011 0 101 10000 10100 101010 11000 1001010

Color Harmonies of #CCC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2AB

Black with #CCC2AB

Text Example


Text Example

White with #CCC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2AB; }

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

 H1.HeaderClassName
 {
   color: #CCC2AB;
 }
 .AnyTagClassName
 {
   color: #CCC2AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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