#CBAFB8

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

Shades of Melanie #CBAFB8

Tints of Melanie #CBAFB8

Color information

#CBAFB8 (or 0xCBAFB8) is unknown color: approx Melanie. HEX triplet: CB, AF and B8. RGB value is (203,175,184). Sum of RGB (Red+Green+Blue) = 203+175+184=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFB8 is #345047. Grayscale: #B8B8B8. Windows color (decimal): -3428424 or 12103627. OLE color: 12103627.

HSL color Cylindrical-coordinate representation of color #CBAFB8: hue angle of 340.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFB8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203175184-
CMYK00.140.090.20
HSL340.71º21.21%74.12%-
HSV(B)340.71º13.79%79.61%-
XYZ48.6146.8251.82-
YUV184.4127.78141.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=36.12%
G=31.14%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317518400.140.090.20340.7121.2174.12
HexCBAFB80E914155154a
Octal313257270016112452525112
Binary11001011101011111011100001110100110100101010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFB8; }

 p { color: rgb(203,175,184); }

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

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

 a { background-color: rgb(203,175,184); }

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

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

 span { border-color: rgb(203,175,184); }

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