Html Css Color HEX #CDB0BB Melanie

📋 copy color: '#CDB0BB'

red 205 ◦ green 176 ◦ blue 187

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

Shades of Melanie #CDB0BB

Tints of Melanie #CDB0BB

RGB

 RED value IS 205 (80.47% from 255) = 36.09%

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

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

R = 36.09%
G = 30.99%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDB0BB (or 0xCDB0BB) is known color: Melanie. HEX triplet: CD, B0 and BB. RGB value is (205,176,187). Sum of RGB (Red+Green+Blue) = 205+176+187=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0BB is #324F44. Grayscale: #B9B9B9. Windows color (decimal): -3297093 or 12300493. OLE color: 12300493.

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

Color convert

RGB 205 176 187 -
CMYK 0 0.14 0.09 0.20
HSL 337.24º 0.22% 0.75% -
HSV(B) 337.24º 0.14% 0.8% -
XYZ 49.67 47.62 53.59 -
YUV 185.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 205 176 187 0 0.14 0.09 0.20 337.24 0.22 0.75
Hex CD B0 BB 0 E 9 14 151 16 4B
Octal 315 260 273 0 16 11 24 521 26 113
Binary 11001101 10110000 10111011 0 1110 1001 10100 101010001 10110 1001011

Color Harmonies of #CDB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0BB

Black with #CDB0BB

Text Example


Text Example

White with #CDB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0BB; }

 p { color: rgb(205,176,187); }

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

background-color css

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

 a { background-color: rgb(205,176,187); }

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

border-color css

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

 span { border-color: rgb(205,176,187); }

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