#CABFC2

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

Shades of Melanie #CABFC2

Tints of Melanie #CABFC2

Color information

#CABFC2 (or 0xCABFC2) is unknown color: approx Melanie. HEX triplet: CA, BF and C2. RGB value is (202,191,194). Sum of RGB (Red+Green+Blue) = 202+191+194=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFC2 is #35403D. Grayscale: #C2C2C2. Windows color (decimal): -3489854 or 12763082. OLE color: 12763082.

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

Color convert

RGB202191194-
CMYK00.050.040.21
HSL343.64º9.4%77.06%-
HSV(B)343.64º5.45%79.22%-
XYZ52.7353.7158.63-
YUV194.63127.64133.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=34.41%
G=32.54%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219119400.050.040.21343.649.477.06
HexCABFC20541515894d
Octal3122773020542553011115
Binary11001010101111111100001001011001010110101100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFC2; }

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

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

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

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

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

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

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

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