#CBC6C7

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

Shades of Melanie #CBC6C7

Tints of Melanie #CBC6C7

Color information

#CBC6C7 (or 0xCBC6C7) is unknown color: approx Melanie. HEX triplet: CB, C6 and C7. RGB value is (203,198,199). Sum of RGB (Red+Green+Blue) = 203+198+199=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6C7 is #343938. Grayscale: #C7C7C7. Windows color (decimal): -3422521 or 13092555. OLE color: 13092555.

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

Color convert

RGB203198199-
CMYK00.020.020.20
HSL348º4.59%78.63%-
HSV(B)348º2.46%79.61%-
XYZ55.1357.2162.17-
YUV199.61127.66130.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 198 (77.73% from 255) = 33%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=33.83%
G=33%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319819900.020.020.203484.5978.63
HexCBC6C70221415c54f
Octal313306307022245345117
Binary11001011110001101100011101010101001010111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6C7; }

 p { color: rgb(203,198,199); }

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

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

 a { background-color: rgb(203,198,199); }

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

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

 span { border-color: rgb(203,198,199); }

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