#CBC9CF

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

Shades of Melrose #CBC9CF

Tints of Melrose #CBC9CF

Color information

#CBC9CF (or 0xCBC9CF) is unknown color: approx Melrose. HEX triplet: CB, C9 and CF. RGB value is (203,201,207). Sum of RGB (Red+Green+Blue) = 203+201+207=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CF is #343630. Grayscale: #CACACA. Windows color (decimal): -3421745 or 13617611. OLE color: 13617611.

HSL color Cylindrical-coordinate representation of color #CBC9CF: hue angle of 260º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC9CF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203201207-
CMYK0.020.0300.19
HSL260º5.88%80%-
HSV(B)260º2.9%81.18%-
XYZ56.7858.9767.42-
YUV202.28130.66128.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=33.22%
G=32.90%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032012070.020.0300.192605.8880
HexCBC9CF23013104650
Octal313311317230234046120
Binary11001011110010011100111110110100111000001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9CF; }

 p { color: rgb(203,201,207); }

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

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

 a { background-color: rgb(203,201,207); }

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

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

 span { border-color: rgb(203,201,207); }

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