#C1C7CD

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

Shades of Spindle #C1C7CD

Tints of Spindle #C1C7CD

Color information

#C1C7CD (or 0xC1C7CD) is unknown color: approx Spindle. HEX triplet: C1, C7 and CD. RGB value is (193,199,205). Sum of RGB (Red+Green+Blue) = 193+199+205=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7CD is #3E3832. Grayscale: #C5C5C5. Windows color (decimal): -4077619 or 13486017. OLE color: 13486017.

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

Color convert

RGB193199205-
CMYK0.060.0300.20
HSL210º10.71%78.04%-
HSV(B)210º5.85%80.39%-
XYZ53.4456.5965.86-
YUV197.89132.01124.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.33%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=32.33%
G=33.33%
B=34.34%

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
Decimal1931992050.060.0300.2021010.7178.04
HexC1C7CD63014d2b4e
Octal3013073156302432213116
Binary110000011100011111001101110110101001101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C7CD; }

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

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

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

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

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

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

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

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