#C0CBD5

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

Shades of Spindle #C0CBD5

Tints of Spindle #C0CBD5

Color information

#C0CBD5 (or 0xC0CBD5) is unknown color: approx Spindle. HEX triplet: C0, CB and D5. RGB value is (192,203,213). Sum of RGB (Red+Green+Blue) = 192+203+213=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBD5 is #3F342A. Grayscale: #C8C8C8. Windows color (decimal): -4142123 or 14011328. OLE color: 14011328.

HSL color Cylindrical-coordinate representation of color #C0CBD5: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CBD5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192203213-
CMYK0.100.0500.16
HSL208.57º20%79.41%-
HSV(B)208.57º9.86%83.53%-
XYZ55.158.7271.38-
YUV200.85134.86121.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=31.58%
G=33.39%
B=35.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922032130.100.0500.16208.572079.41
HexC0CBD5A5010d1144f
Octal30031332512502032124117
Binary110000001100101111010101101010101000011010001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBD5; }

 p { color: rgb(192,203,213); }

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

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

 a { background-color: rgb(192,203,213); }

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

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

 span { border-color: rgb(192,203,213); }

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