#CFB9C0

Color #CFB9C0 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #CFB9C0

Tints of Melanie #CFB9C0

Color information

#CFB9C0 (or 0xCFB9C0) is unknown color: approx Melanie. HEX triplet: CF, B9 and C0. RGB value is (207,185,192). Sum of RGB (Red+Green+Blue) = 207+185+192=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C0 is #30463F. Grayscale: #C0C0C0. Windows color (decimal): -3163712 or 12630479. OLE color: 12630479.

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

Color convert

RGB207185192-
CMYK00.110.070.19
HSL340.91º18.64%76.86%-
HSV(B)340.91º10.63%81.18%-
XYZ52.651.7757.09-
YUV192.38127.79138.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=35.45%
G=31.68%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718519200.110.070.19340.9118.6476.86
HexCFB9C00B713155134d
Octal31727130001372352523115
Binary1100111110111001110000000101111110011101010101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9C0; }

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

 H1.HeaderClassName
 {
   color: #CFB9C0;
 }
 .AnyTagClassName
 {
   color: #CFB9C0;
 }
</style>
background-color css

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

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

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

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

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

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