#C1C8CD

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

Shades of Spindle #C1C8CD

Tints of Spindle #C1C8CD

Color information

#C1C8CD (or 0xC1C8CD) is unknown color: approx Spindle. HEX triplet: C1, C8 and CD. RGB value is (193,200,205). Sum of RGB (Red+Green+Blue) = 193+200+205=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C8CD is #3E3732. Grayscale: #C6C6C6. Windows color (decimal): -4077363 or 13486273. OLE color: 13486273.

HSL color Cylindrical-coordinate representation of color #C1C8CD: hue angle of 205º degrees, saturation: 0.11, 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 #C1C8CD is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193200205-
CMYK0.060.0200.20
HSL205º10.71%78.04%-
HSV(B)205º5.85%80.39%-
XYZ53.6757.0565.94-
YUV198.48131.68124.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=32.27%
G=33.44%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932002050.060.0200.2020510.7178.04
HexC1C8CD62014cdb4e
Octal3013103156202431513116
Binary110000011100100011001101110100101001100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C8CD; }

 p { color: rgb(193,200,205); }

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

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

 a { background-color: rgb(193,200,205); }

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

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

 span { border-color: rgb(193,200,205); }

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