Html Css Color HEX #CCC6AC Parchment

📋 copy color: '#CCC6AC'

red 204 ◦ green 198 ◦ blue 172

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

Shades of Parchment #CCC6AC

Tints of Parchment #CCC6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.97%

R = 35.54%
G = 34.49%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC6AC (or 0xCCC6AC) is known color: Parchment. HEX triplet: CC, C6 and AC. RGB value is (204,198,172). Sum of RGB (Red+Green+Blue) = 204+198+172=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AC is #333953. Grayscale: #C4C4C4. Windows color (decimal): -3357012 or 11323084. OLE color: 11323084.

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

Color convert

RGB 204 198 172 -
CMYK 0 0.03 0.16 0.2
HSL 48.75º 0.24% 0.74% -
HSV(B) 48.75º 0.16% 0.8% -
XYZ 52.54 56.2 47.11 -
YUV 196.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 204 198 172 0 0.03 0.16 0.2 48.75 0.24 0.74
Hex CC C6 AC 0 3 10 14 31 18 4A
Octal 314 306 254 0 3 20 24 61 30 112
Binary 11001100 11000110 10101100 0 11 10000 10100 110001 11000 1001010

Color Harmonies of #CCC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6AC

Black with #CCC6AC

Text Example


Text Example

White with #CCC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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