Html Css Color HEX #CFAAB8 Melanie

📋 copy color: '#CFAAB8'

red 207 ◦ green 170 ◦ blue 184

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

Shades of Melanie #CFAAB8

Tints of Melanie #CFAAB8

RGB

 RED value IS 207 (81.25% from 255) = 36.9%

 GREEN value IS 170 (66.8% from 255) = 30.3%

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 36.9%
G = 30.3%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFAAB8 (or 0xCFAAB8) is known color: Melanie. HEX triplet: CF, AA and B8. RGB value is (207,170,184). Sum of RGB (Red+Green+Blue) = 207+170+184=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAB8 is #305547. Grayscale: #B6B6B6. Windows color (decimal): -3167560 or 12102351. OLE color: 12102351.

HSL color Cylindrical-coordinate representation of color #CFAAB8: hue angle of 337.3º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAB8 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 184 -
CMYK 0 0.18 0.11 0.19
HSL 337.3º 0.28% 0.74% -
HSV(B) 337.3º 0.18% 0.81% -
XYZ 48.76 45.48 51.56 -
YUV 182.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 207 170 184 0 0.18 0.11 0.19 337.3 0.28 0.74
Hex CF AA B8 0 12 B 13 151 1C 4A
Octal 317 252 270 0 22 13 23 521 34 112
Binary 11001111 10101010 10111000 0 10010 1011 10011 101010001 11100 1001010

Color Harmonies of #CFAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAB8

Black with #CFAAB8

Text Example


Text Example

White with #CFAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAB8; }

 p { color: rgb(207,170,184); }

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

background-color css

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

 a { background-color: rgb(207,170,184); }

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

border-color css

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

 span { border-color: rgb(207,170,184); }

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