Html Css Color HEX #CFACB9 Melanie

📋 copy color: '#CFACB9'

red 207 ◦ green 172 ◦ blue 185

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

Shades of Melanie #CFACB9

Tints of Melanie #CFACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 36.7%
G = 30.5%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFACB9 (or 0xCFACB9) is known color: Melanie. HEX triplet: CF, AC and B9. RGB value is (207,172,185). Sum of RGB (Red+Green+Blue) = 207+172+185=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB9 is #305346. Grayscale: #B7B7B7. Windows color (decimal): -3167047 or 12168399. OLE color: 12168399.

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

Color convert

RGB 207 172 185 -
CMYK 0 0.17 0.11 0.19
HSL 337.71º 0.27% 0.74% -
HSV(B) 337.71º 0.17% 0.81% -
XYZ 49.24 46.27 52.24 -
YUV 183.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 207 172 185 0 0.17 0.11 0.19 337.71 0.27 0.74
Hex CF AC B9 0 11 B 13 152 1B 4A
Octal 317 254 271 0 21 13 23 522 33 112
Binary 11001111 10101100 10111001 0 10001 1011 10011 101010010 11011 1001010

Color Harmonies of #CFACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACB9

Black with #CFACB9

Text Example


Text Example

White with #CFACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACB9; }

 p { color: rgb(207,172,185); }

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

background-color css

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

 a { background-color: rgb(207,172,185); }

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

border-color css

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

 span { border-color: rgb(207,172,185); }

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