Html Css Color HEX #CCC4AC Parchment

📋 copy color: '#CCC4AC'

red 204 ◦ green 196 ◦ blue 172

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

Shades of Parchment #CCC4AC

Tints of Parchment #CCC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.27%

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

R = 35.66%
G = 34.27%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC4AC (or 0xCCC4AC) is known color: Parchment. HEX triplet: CC, C4 and AC. RGB value is (204,196,172). Sum of RGB (Red+Green+Blue) = 204+196+172=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AC is #333B53. Grayscale: #C3C3C3. Windows color (decimal): -3357524 or 11322572. OLE color: 11322572.

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

Color convert

RGB 204 196 172 -
CMYK 0 0.04 0.16 0.2
HSL 45º 0.24% 0.74% -
HSV(B) 45º 0.16% 0.8% -
XYZ 52.09 55.3 46.96 -
YUV 195.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 204 196 172 0 0.04 0.16 0.2 45 0.24 0.74
Hex CC C4 AC 0 4 10 14 2D 18 4A
Octal 314 304 254 0 4 20 24 55 30 112
Binary 11001100 11000100 10101100 0 100 10000 10100 101101 11000 1001010

Color Harmonies of #CCC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4AC

Black with #CCC4AC

Text Example


Text Example

White with #CCC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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