#C0C8CE

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

Shades of Spindle #C0C8CE

Tints of Spindle #C0C8CE

Color information

#C0C8CE (or 0xC0C8CE) is unknown color: approx Spindle. HEX triplet: C0, C8 and CE. RGB value is (192,200,206). Sum of RGB (Red+Green+Blue) = 192+200+206=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8CE is #3F3731. Grayscale: #C6C6C6. Windows color (decimal): -4142898 or 13551808. OLE color: 13551808.

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

Color convert

RGB192200206-
CMYK0.070.0300.19
HSL205.71º12.5%78.04%-
HSV(B)205.71º6.8%80.78%-
XYZ53.5356.9766.57-
YUV198.29132.35123.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=32.11%
G=33.44%
B=34.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922002060.070.0300.19205.7112.578.04
HexC0C8CE73013cec4e
Octal3003103167302331614116
Binary110000001100100011001110111110100111100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8CE; }

 p { color: rgb(192,200,206); }

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

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

 a { background-color: rgb(192,200,206); }

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

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

 span { border-color: rgb(192,200,206); }

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