Html Css Color HEX #CCC5AC Parchment

📋 copy color: '#CCC5AC'

red 204 ◦ green 197 ◦ blue 172

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

Shades of Parchment #CCC5AC

Tints of Parchment #CCC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.38%

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

R = 35.6%
G = 34.38%
B = 30.02%

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

#CCC5AC (or 0xCCC5AC) is known color: Parchment. HEX triplet: CC, C5 and AC. RGB value is (204,197,172). Sum of RGB (Red+Green+Blue) = 204+197+172=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AC is #333A53. Grayscale: #C4C4C4. Windows color (decimal): -3357268 or 11322828. OLE color: 11322828.

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

Color convert

RGB 204 197 172 -
CMYK 0 0.03 0.16 0.2
HSL 46.88º 0.24% 0.74% -
HSV(B) 46.88º 0.16% 0.8% -
XYZ 52.31 55.75 47.03 -
YUV 196.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 204 197 172 0 0.03 0.16 0.2 46.88 0.24 0.74
Hex CC C5 AC 0 3 10 14 2F 18 4A
Octal 314 305 254 0 3 20 24 57 30 112
Binary 11001100 11000101 10101100 0 11 10000 10100 101111 11000 1001010

Color Harmonies of #CCC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5AC

Black with #CCC5AC

Text Example


Text Example

White with #CCC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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