Html Css Color HEX #CFAAB7 Melanie

📋 copy color: '#CFAAB7'

red 207 ◦ green 170 ◦ blue 183

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

Shades of Melanie #CFAAB7

Tints of Melanie #CFAAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.68%

R = 36.96%
G = 30.36%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CFAAB7 (or 0xCFAAB7) is known color: Melanie. HEX triplet: CF, AA and B7. RGB value is (207,170,183). Sum of RGB (Red+Green+Blue) = 207+170+183=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAB7 is #305548. Grayscale: #B6B6B6. Windows color (decimal): -3167561 or 12036815. OLE color: 12036815.

HSL color Cylindrical-coordinate representation of color #CFAAB7: hue angle of 338.92º 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 #CFAAB7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 183 -
CMYK 0 0.18 0.12 0.19
HSL 338.92º 0.28% 0.74% -
HSV(B) 338.92º 0.18% 0.81% -
XYZ 48.65 45.43 51 -
YUV 182.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 207 170 183 0 0.18 0.12 0.19 338.92 0.28 0.74
Hex CF AA B7 0 12 C 13 153 1C 4A
Octal 317 252 267 0 22 14 23 523 34 112
Binary 11001111 10101010 10110111 0 10010 1100 10011 101010011 11100 1001010

Color Harmonies of #CFAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAB7

Black with #CFAAB7

Text Example


Text Example

White with #CFAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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