#CBBFC2

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

Shades of Melanie #CBBFC2

Tints of Melanie #CBBFC2

Color information

#CBBFC2 (or 0xCBBFC2) is unknown color: approx Melanie. HEX triplet: CB, BF and C2. RGB value is (203,191,194). Sum of RGB (Red+Green+Blue) = 203+191+194=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFC2 is #34403D. Grayscale: #C2C2C2. Windows color (decimal): -3424318 or 12763083. OLE color: 12763083.

HSL color Cylindrical-coordinate representation of color #CBBFC2: hue angle of 345º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203191194-
CMYK00.060.040.20
HSL345º10.34%77.25%-
HSV(B)345º5.91%79.61%-
XYZ5353.8558.64-
YUV194.93127.48133.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=34.52%
G=32.48%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319119400.060.040.2034510.3477.25
HexCBBFC206414159a4d
Octal3132773020642453112115
Binary11001011101111111100001001101001010010101100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFC2; }

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

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

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

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

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

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

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

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