Html Css Color HEX #CFACB8 Melanie

📋 copy color: '#CFACB8'

red 207 ◦ green 172 ◦ blue 184

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

Shades of Melanie #CFACB8

Tints of Melanie #CFACB8

RGB

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

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

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

R = 36.77%
G = 30.55%
B = 32.68%

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

#CFACB8 (or 0xCFACB8) is known color: Melanie. HEX triplet: CF, AC and B8. RGB value is (207,172,184). Sum of RGB (Red+Green+Blue) = 207+172+184=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB8 is #305347. Grayscale: #B7B7B7. Windows color (decimal): -3167048 or 12102863. OLE color: 12102863.

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

Color convert

RGB 207 172 184 -
CMYK 0 0.17 0.11 0.19
HSL 339.43º 0.27% 0.74% -
HSV(B) 339.43º 0.17% 0.81% -
XYZ 49.14 46.23 51.68 -
YUV 183.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 207 172 184 0 0.17 0.11 0.19 339.43 0.27 0.74
Hex CF AC B8 0 11 B 13 153 1B 4A
Octal 317 254 270 0 21 13 23 523 33 112
Binary 11001111 10101100 10111000 0 10001 1011 10011 101010011 11011 1001010

Color Harmonies of #CFACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACB8

Black with #CFACB8

Text Example


Text Example

White with #CFACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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