Html Css Color HEX #CCC6AE Parchment

📋 copy color: '#CCC6AE'

red 204 ◦ green 198 ◦ blue 174

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

Shades of Parchment #CCC6AE

Tints of Parchment #CCC6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.21%

R = 35.42%
G = 34.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCC6AE (or 0xCCC6AE) is known color: Parchment. HEX triplet: CC, C6 and AE. RGB value is (204,198,174). Sum of RGB (Red+Green+Blue) = 204+198+174=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AE is #333951. Grayscale: #C5C5C5. Windows color (decimal): -3357010 or 11454156. OLE color: 11454156.

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

Color convert

RGB 204 198 174 -
CMYK 0 0.03 0.15 0.2
HSL 48º 0.23% 0.74% -
HSV(B) 48º 0.15% 0.8% -
XYZ 52.74 56.28 48.13 -
YUV 197.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 204 198 174 0 0.03 0.15 0.2 48 0.23 0.74
Hex CC C6 AE 0 3 F 14 30 17 4A
Octal 314 306 256 0 3 17 24 60 27 112
Binary 11001100 11000110 10101110 0 11 1111 10100 110000 10111 1001010

Color Harmonies of #CCC6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6AE

Black with #CCC6AE

Text Example


Text Example

White with #CCC6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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