Html Css Color HEX #CDB5BE Melanie

📋 copy color: '#CDB5BE'

red 205 ◦ green 181 ◦ blue 190

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

Shades of Melanie #CDB5BE

Tints of Melanie #CDB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.42%

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

R = 35.59%
G = 31.42%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CDB5BE (or 0xCDB5BE) is known color: Melanie. HEX triplet: CD, B5 and BE. RGB value is (205,181,190). Sum of RGB (Red+Green+Blue) = 205+181+190=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5BE is #324A41. Grayscale: #BDBDBD. Windows color (decimal): -3295810 or 12498381. OLE color: 12498381.

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

Color convert

RGB 205 181 190 -
CMYK 0 0.12 0.07 0.20
HSL 337.5º 0.19% 0.76% -
HSV(B) 337.5º 0.12% 0.8% -
XYZ 50.99 49.74 55.63 -
YUV 189.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 205 181 190 0 0.12 0.07 0.20 337.5 0.19 0.76
Hex CD B5 BE 0 C 7 14 152 13 4C
Octal 315 265 276 0 14 7 24 522 23 114
Binary 11001101 10110101 10111110 0 1100 111 10100 101010010 10011 1001100

Color Harmonies of #CDB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB5BE

Black with #CDB5BE

Text Example


Text Example

White with #CDB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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