#C0CCD1

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

Shades of Spindle #C0CCD1

Tints of Spindle #C0CCD1

Color information

#C0CCD1 (or 0xC0CCD1) is unknown color: approx Spindle. HEX triplet: C0, CC and D1. RGB value is (192,204,209). Sum of RGB (Red+Green+Blue) = 192+204+209=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD1 is #3F332E. Grayscale: #C8C8C8. Windows color (decimal): -4141871 or 13749440. OLE color: 13749440.

HSL color Cylindrical-coordinate representation of color #C0CCD1: hue angle of 197.65º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CCD1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192204209-
CMYK0.080.0200.18
HSL197.65º15.6%78.63%-
HSV(B)197.65º8.13%81.96%-
XYZ54.845968.82-
YUV200.98132.52121.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=31.74%
G=33.72%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922042090.080.0200.18197.6515.678.63
HexC0CCD182012c6104f
Octal30031432110202230620117
Binary11000000110011001101000110001001001011000110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCD1; }

 p { color: rgb(192,204,209); }

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

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

 a { background-color: rgb(192,204,209); }

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

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

 span { border-color: rgb(192,204,209); }

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