#CBACB6

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

Shades of Melanie #CBACB6

Tints of Melanie #CBACB6

Color information

#CBACB6 (or 0xCBACB6) is unknown color: approx Melanie. HEX triplet: CB, AC and B6. RGB value is (203,172,182). Sum of RGB (Red+Green+Blue) = 203+172+182=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB6 is #345349. Grayscale: #B6B6B6. Windows color (decimal): -3429194 or 11971787. OLE color: 11971787.

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

Color convert

RGB203172182-
CMYK00.150.100.20
HSL340.65º22.96%73.53%-
HSV(B)340.65º15.27%79.61%-
XYZ47.8245.5850.53-
YUV182.41127.77142.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=36.45%
G=30.88%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317218200.150.100.20340.6522.9673.53
HexCBACB60FA14155174a
Octal313254266017122452527112
Binary11001011101011001011011001111101010100101010101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACB6; }

 p { color: rgb(203,172,182); }

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

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

 a { background-color: rgb(203,172,182); }

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

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

 span { border-color: rgb(203,172,182); }

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