Html Css Color HEX #CCC5AD Parchment

📋 copy color: '#CCC5AD'

red 204 ◦ green 197 ◦ blue 173

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

Shades of Parchment #CCC5AD

Tints of Parchment #CCC5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.14%

R = 35.54%
G = 34.32%
B = 30.14%

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

#CCC5AD (or 0xCCC5AD) is known color: Parchment. HEX triplet: CC, C5 and AD. RGB value is (204,197,173). Sum of RGB (Red+Green+Blue) = 204+197+173=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AD is #333A52. Grayscale: #C4C4C4. Windows color (decimal): -3357267 or 11388364. OLE color: 11388364.

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

Color convert

RGB 204 197 173 -
CMYK 0 0.03 0.15 0.2
HSL 46.45º 0.23% 0.74% -
HSV(B) 46.45º 0.15% 0.8% -
XYZ 52.41 55.79 47.54 -
YUV 196.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 204 197 173 0 0.03 0.15 0.2 46.45 0.23 0.74
Hex CC C5 AD 0 3 F 14 2E 17 4A
Octal 314 305 255 0 3 17 24 56 27 112
Binary 11001100 11000101 10101101 0 11 1111 10100 101110 10111 1001010

Color Harmonies of #CCC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5AD

Black with #CCC5AD

Text Example


Text Example

White with #CCC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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