Html Css Color HEX #CCC5B0 Parchment

📋 copy color: '#CCC5B0'

red 204 ◦ green 197 ◦ blue 176

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

Shades of Parchment #CCC5B0

Tints of Parchment #CCC5B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 35.36%
G = 34.14%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC5B0 (or 0xCCC5B0) is known color: Parchment. HEX triplet: CC, C5 and B0. RGB value is (204,197,176). Sum of RGB (Red+Green+Blue) = 204+197+176=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5B0 is #333A4F. Grayscale: #C4C4C4. Windows color (decimal): -3357264 or 11584972. OLE color: 11584972.

HSL color Cylindrical-coordinate representation of color #CCC5B0: hue angle of 45º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC5B0 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 176 -
CMYK 0 0.03 0.14 0.2
HSL 45º 0.22% 0.75% -
HSV(B) 45º 0.14% 0.8% -
XYZ 52.7 55.9 49.09 -
YUV 196.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 204 197 176 0 0.03 0.14 0.2 45 0.22 0.75
Hex CC C5 B0 0 3 E 14 2D 16 4B
Octal 314 305 260 0 3 16 24 55 26 113
Binary 11001100 11000101 10110000 0 11 1110 10100 101101 10110 1001011

Color Harmonies of #CCC5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5B0

Black with #CCC5B0

Text Example


Text Example

White with #CCC5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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