Html Css Color HEX #CCC5B3 Parchment

📋 copy color: '#CCC5B3'

red 204 ◦ green 197 ◦ blue 179

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

Shades of Parchment #CCC5B3

Tints of Parchment #CCC5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 35.17%
G = 33.97%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCC5B3 (or 0xCCC5B3) is known color: Parchment. HEX triplet: CC, C5 and B3. RGB value is (204,197,179). Sum of RGB (Red+Green+Blue) = 204+197+179=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5B3 is #333A4C. Grayscale: #C5C5C5. Windows color (decimal): -3357261 or 11781580. OLE color: 11781580.

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

Color convert

RGB 204 197 179 -
CMYK 0 0.03 0.12 0.2
HSL 43.2º 0.2% 0.75% -
HSV(B) 43.2º 0.12% 0.8% -
XYZ 53 56.02 50.67 -
YUV 197.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 204 197 179 0 0.03 0.12 0.2 43.2 0.2 0.75
Hex CC C5 B3 0 3 C 14 2B 14 4B
Octal 314 305 263 0 3 14 24 53 24 113
Binary 11001100 11000101 10110011 0 11 1100 10100 101011 10100 1001011

Color Harmonies of #CCC5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5B3

Black with #CCC5B3

Text Example


Text Example

White with #CCC5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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