#C0C6CB

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

Shades of Spindle #C0C6CB

Tints of Spindle #C0C6CB

Color information

#C0C6CB (or 0xC0C6CB) is unknown color: approx Spindle. HEX triplet: C0, C6 and CB. RGB value is (192,198,203). Sum of RGB (Red+Green+Blue) = 192+198+203=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6CB is #3F3934. Grayscale: #C4C4C4. Windows color (decimal): -4143413 or 13354688. OLE color: 13354688.

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

Color convert

RGB192198203-
CMYK0.050.0200.20
HSL207.27º9.57%77.45%-
HSV(B)207.27º5.42%79.61%-
XYZ52.7155.9164.51-
YUV196.78131.51124.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.38%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=32.38%
G=33.39%
B=34.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921982030.050.0200.20207.279.5777.45
HexC0C6CB52014cfa4d
Octal3003063135202431712115
Binary110000001100011011001011101100101001100111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C6CB; }

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

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

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

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

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

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

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

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