Html Css Color HEX #CCB0B9 Melanie

📋 copy color: '#CCB0B9'

red 204 ◦ green 176 ◦ blue 185

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

Shades of Melanie #CCB0B9

Tints of Melanie #CCB0B9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 36.11%
G = 31.15%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCB0B9 (or 0xCCB0B9) is known color: Melanie. HEX triplet: CC, B0 and B9. RGB value is (204,176,185). Sum of RGB (Red+Green+Blue) = 204+176+185=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0B9 is #334F46. Grayscale: #B9B9B9. Windows color (decimal): -3362631 or 12169420. OLE color: 12169420.

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

Color convert

RGB 204 176 185 -
CMYK 0 0.14 0.09 0.2
HSL 340.71º 0.22% 0.75% -
HSV(B) 340.71º 0.14% 0.8% -
XYZ 49.18 47.39 52.45 -
YUV 185.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 204 176 185 0 0.14 0.09 0.2 340.71 0.22 0.75
Hex CC B0 B9 0 E 9 14 155 16 4B
Octal 314 260 271 0 16 11 24 525 26 113
Binary 11001100 10110000 10111001 0 1110 1001 10100 101010101 10110 1001011

Color Harmonies of #CCB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0B9

Black with #CCB0B9

Text Example


Text Example

White with #CCB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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