#CBBCC1

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

Shades of Melanie #CBBCC1

Tints of Melanie #CBBCC1

Color information

#CBBCC1 (or 0xCBBCC1) is unknown color: approx Melanie. HEX triplet: CB, BC and C1. RGB value is (203,188,193). Sum of RGB (Red+Green+Blue) = 203+188+193=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCC1 is #34433E. Grayscale: #C1C1C1. Windows color (decimal): -3425087 or 12696779. OLE color: 12696779.

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

Color convert

RGB203188193-
CMYK00.070.050.20
HSL340º12.61%76.67%-
HSV(B)340º7.39%79.61%-
XYZ52.2452.5157.83-
YUV193.06127.97135.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=34.76%
G=32.19%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318819300.070.050.2034012.6176.67
HexCBBCC107514154d4d
Octal3132743010752452415115
Binary11001011101111001100000101111011010010101010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCC1; }

 p { color: rgb(203,188,193); }

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

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

 a { background-color: rgb(203,188,193); }

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

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

 span { border-color: rgb(203,188,193); }

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