Html Css Color HEX #CCB1BB Melanie

📋 copy color: '#CCB1BB'

red 204 ◦ green 177 ◦ blue 187

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

Shades of Melanie #CCB1BB

Tints of Melanie #CCB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

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

R = 35.92%
G = 31.16%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCB1BB (or 0xCCB1BB) is known color: Melanie. HEX triplet: CC, B1 and BB. RGB value is (204,177,187). Sum of RGB (Red+Green+Blue) = 204+177+187=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1BB is #334E44. Grayscale: #BABABA. Windows color (decimal): -3362373 or 12300748. OLE color: 12300748.

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

Color convert

RGB 204 177 187 -
CMYK 0 0.13 0.08 0.2
HSL 337.78º 0.21% 0.75% -
HSV(B) 337.78º 0.13% 0.8% -
XYZ 49.59 47.87 53.64 -
YUV 186.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 204 177 187 0 0.13 0.08 0.2 337.78 0.21 0.75
Hex CC B1 BB 0 D 8 14 152 15 4B
Octal 314 261 273 0 15 10 24 522 25 113
Binary 11001100 10110001 10111011 0 1101 1000 10100 101010010 10101 1001011

Color Harmonies of #CCB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1BB

Black with #CCB1BB

Text Example


Text Example

White with #CCB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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