#CABBBF

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

Shades of Melanie #CABBBF

Tints of Melanie #CABBBF

Color information

#CABBBF (or 0xCABBBF) is unknown color: approx Melanie. HEX triplet: CA, BB and BF. RGB value is (202,187,191). Sum of RGB (Red+Green+Blue) = 202+187+191=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBBF is #354440. Grayscale: #BFBFBF. Windows color (decimal): -3490881 or 12565450. OLE color: 12565450.

HSL color Cylindrical-coordinate representation of color #CABBBF: hue angle of 344º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABBBF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202187191-
CMYK00.070.050.21
HSL344º12.4%76.27%-
HSV(B)344º7.43%79.22%-
XYZ51.5351.8656.58-
YUV191.94127.47135.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 191 (75% from 255) = 32.93%
R=34.83%
G=32.24%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218719100.070.050.2134412.476.27
HexCABBBF07515158c4c
Octal3122732770752553014114
Binary11001010101110111011111101111011010110101100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBBF; }

 p { color: rgb(202,187,191); }

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

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

 a { background-color: rgb(202,187,191); }

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

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

 span { border-color: rgb(202,187,191); }

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