Html Css Color HEX #CCB1BA Melanie

📋 copy color: '#CCB1BA'

red 204 ◦ green 177 ◦ blue 186

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

Shades of Melanie #CCB1BA

Tints of Melanie #CCB1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 35.98%
G = 31.22%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCB1BA (or 0xCCB1BA) is known color: Melanie. HEX triplet: CC, B1 and BA. RGB value is (204,177,186). Sum of RGB (Red+Green+Blue) = 204+177+186=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1BA is #334E45. Grayscale: #BABABA. Windows color (decimal): -3362374 or 12235212. OLE color: 12235212.

HSL color Cylindrical-coordinate representation of color #CCB1BA: hue angle of 340º 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 #CCB1BA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 186 -
CMYK 0 0.13 0.09 0.2
HSL 340º 0.21% 0.75% -
HSV(B) 340º 0.13% 0.8% -
XYZ 49.49 47.83 53.08 -
YUV 186.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 204 177 186 0 0.13 0.09 0.2 340 0.21 0.75
Hex CC B1 BA 0 D 9 14 154 15 4B
Octal 314 261 272 0 15 11 24 524 25 113
Binary 11001100 10110001 10111010 0 1101 1001 10100 101010100 10101 1001011

Color Harmonies of #CCB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1BA

Black with #CCB1BA

Text Example


Text Example

White with #CCB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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