Html Css Color HEX #CDB9BE Melanie

📋 copy color: '#CDB9BE'

red 205 ◦ green 185 ◦ blue 190

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

Shades of Melanie #CDB9BE

Tints of Melanie #CDB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.9%

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 35.34%
G = 31.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CDB9BE (or 0xCDB9BE) is known color: Melanie. HEX triplet: CD, B9 and BE. RGB value is (205,185,190). Sum of RGB (Red+Green+Blue) = 205+185+190=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9BE is #324641. Grayscale: #BFBFBF. Windows color (decimal): -3294786 or 12499405. OLE color: 12499405.

HSL color Cylindrical-coordinate representation of color #CDB9BE: hue angle of 345º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9BE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 190 -
CMYK 0 0.10 0.07 0.20
HSL 345º 0.17% 0.76% -
HSV(B) 345º 0.1% 0.8% -
XYZ 51.82 51.39 55.9 -
YUV 191.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 205 185 190 0 0.10 0.07 0.20 345 0.17 0.76
Hex CD B9 BE 0 A 7 14 159 11 4C
Octal 315 271 276 0 12 7 24 531 21 114
Binary 11001101 10111001 10111110 0 1010 111 10100 101011001 10001 1001100

Color Harmonies of #CDB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB9BE

Black with #CDB9BE

Text Example


Text Example

White with #CDB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB9BE; }

 p { color: rgb(205,185,190); }

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

background-color css

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

 a { background-color: rgb(205,185,190); }

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

border-color css

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

 span { border-color: rgb(205,185,190); }

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