Html Css Color HEX #CCB5BB Melanie

📋 copy color: '#CCB5BB'

red 204 ◦ green 181 ◦ blue 187

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

Shades of Melanie #CCB5BB

Tints of Melanie #CCB5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.64%

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 35.66%
G = 31.64%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCB5BB (or 0xCCB5BB) is known color: Melanie. HEX triplet: CC, B5 and BB. RGB value is (204,181,187). Sum of RGB (Red+Green+Blue) = 204+181+187=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5BB is #334A44. Grayscale: #BCBCBC. Windows color (decimal): -3361349 or 12301772. OLE color: 12301772.

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

Color convert

RGB 204 181 187 -
CMYK 0 0.11 0.08 0.2
HSL 344.35º 0.18% 0.75% -
HSV(B) 344.35º 0.11% 0.8% -
XYZ 50.4 49.47 53.91 -
YUV 188.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 204 181 187 0 0.11 0.08 0.2 344.35 0.18 0.75
Hex CC B5 BB 0 B 8 14 158 12 4B
Octal 314 265 273 0 13 10 24 530 22 113
Binary 11001100 10110101 10111011 0 1011 1000 10100 101011000 10010 1001011

Color Harmonies of #CCB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5BB

Black with #CCB5BB

Text Example


Text Example

White with #CCB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5BB; }

 p { color: rgb(204,181,187); }

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

background-color css

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

 a { background-color: rgb(204,181,187); }

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

border-color css

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

 span { border-color: rgb(204,181,187); }

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