Html Css Color HEX #CDABB6 Melanie

📋 copy color: '#CDABB6'

red 205 ◦ green 171 ◦ blue 182

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

Shades of Melanie #CDABB6

Tints of Melanie #CDABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.65%

 BLUE value IS 182 (71.48% from 255) = 32.62%

R = 36.74%
G = 30.65%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDABB6 (or 0xCDABB6) is known color: Melanie. HEX triplet: CD, AB and B6. RGB value is (205,171,182). Sum of RGB (Red+Green+Blue) = 205+171+182=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB6 is #325449. Grayscale: #B6B6B6. Windows color (decimal): -3298378 or 11971533. OLE color: 11971533.

HSL color Cylindrical-coordinate representation of color #CDABB6: hue angle of 340.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABB6 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 171 182 -
CMYK 0 0.17 0.11 0.20
HSL 340.59º 0.25% 0.74% -
HSV(B) 340.59º 0.17% 0.8% -
XYZ 48.18 45.48 50.5 -
YUV 182.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 205 171 182 0 0.17 0.11 0.20 340.59 0.25 0.74
Hex CD AB B6 0 11 B 14 155 19 4A
Octal 315 253 266 0 21 13 24 525 31 112
Binary 11001101 10101011 10110110 0 10001 1011 10100 101010101 11001 1001010

Color Harmonies of #CDABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABB6

Black with #CDABB6

Text Example


Text Example

White with #CDABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABB6; }

 p { color: rgb(205,171,182); }

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

background-color css

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

 a { background-color: rgb(205,171,182); }

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

border-color css

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

 span { border-color: rgb(205,171,182); }

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