Html Css Color HEX #CCC6AA Parchment

📋 copy color: '#CCC6AA'

red 204 ◦ green 198 ◦ blue 170

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

Shades of Parchment #CCC6AA

Tints of Parchment #CCC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 35.66%
G = 34.62%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCC6AA (or 0xCCC6AA) is known color: Parchment. HEX triplet: CC, C6 and AA. RGB value is (204,198,170). Sum of RGB (Red+Green+Blue) = 204+198+170=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AA is #333955. Grayscale: #C4C4C4. Windows color (decimal): -3357014 or 11192012. OLE color: 11192012.

HSL color Cylindrical-coordinate representation of color #CCC6AA: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC6AA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 170 -
CMYK 0 0.03 0.17 0.2
HSL 49.41º 0.25% 0.73% -
HSV(B) 49.41º 0.17% 0.8% -
XYZ 52.35 56.13 46.1 -
YUV 196.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 204 198 170 0 0.03 0.17 0.2 49.41 0.25 0.73
Hex CC C6 AA 0 3 11 14 31 19 49
Octal 314 306 252 0 3 21 24 61 31 111
Binary 11001100 11000110 10101010 0 11 10001 10100 110001 11001 1001001

Color Harmonies of #CCC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6AA

Black with #CCC6AA

Text Example


Text Example

White with #CCC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6AA; }

 p { color: rgb(204,198,170); }

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

background-color css

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

 a { background-color: rgb(204,198,170); }

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

border-color css

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

 span { border-color: rgb(204,198,170); }

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