#C0C7CD

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

Shades of Spindle #C0C7CD

Tints of Spindle #C0C7CD

Color information

#C0C7CD (or 0xC0C7CD) is unknown color: approx Spindle. HEX triplet: C0, C7 and CD. RGB value is (192,199,205). Sum of RGB (Red+Green+Blue) = 192+199+205=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7CD is #3F3832. Grayscale: #C5C5C5. Windows color (decimal): -4143155 or 13486016. OLE color: 13486016.

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

Color convert

RGB192199205-
CMYK0.060.0300.20
HSL207.69º11.5%77.84%-
HSV(B)207.69º6.34%80.39%-
XYZ53.1856.4665.85-
YUV197.59132.18124.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.21%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=32.21%
G=33.39%
B=34.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921992050.060.0300.20207.6911.577.84
HexC0C7CD63014d0c4e
Octal3003073156302432014116
Binary110000001100011111001101110110101001101000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C7CD; }

 p { color: rgb(192,199,205); }

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

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

 a { background-color: rgb(192,199,205); }

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

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

 span { border-color: rgb(192,199,205); }

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