Html Css Color HEX #CCB9BF Melanie

📋 copy color: '#CCB9BF'

red 204 ◦ green 185 ◦ blue 191

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

Shades of Melanie #CCB9BF

Tints of Melanie #CCB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

 BLUE value IS 191 (75% from 255) = 32.93%

R = 35.17%
G = 31.9%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCB9BF (or 0xCCB9BF) is known color: Melanie. HEX triplet: CC, B9 and BF. RGB value is (204,185,191). Sum of RGB (Red+Green+Blue) = 204+185+191=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9BF is #334640. Grayscale: #BFBFBF. Windows color (decimal): -3360321 or 12564940. OLE color: 12564940.

HSL color Cylindrical-coordinate representation of color #CCB9BF: hue angle of 341.05º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCB9BF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 191 -
CMYK 0 0.09 0.06 0.2
HSL 341.05º 0.16% 0.76% -
HSV(B) 341.05º 0.09% 0.8% -
XYZ 51.65 51.3 56.47 -
YUV 191.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 204 185 191 0 0.09 0.06 0.2 341.05 0.16 0.76
Hex CC B9 BF 0 9 6 14 155 10 4C
Octal 314 271 277 0 11 6 24 525 20 114
Binary 11001100 10111001 10111111 0 1001 110 10100 101010101 10000 1001100

Color Harmonies of #CCB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9BF

Black with #CCB9BF

Text Example


Text Example

White with #CCB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9BF; }

 p { color: rgb(204,185,191); }

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

background-color css

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

 a { background-color: rgb(204,185,191); }

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

border-color css

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

 span { border-color: rgb(204,185,191); }

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