#C2CAD0

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

Shades of Spindle #C2CAD0

Tints of Spindle #C2CAD0

Color information

#C2CAD0 (or 0xC2CAD0) is unknown color: approx Spindle. HEX triplet: C2, CA and D0. RGB value is (194,202,208). Sum of RGB (Red+Green+Blue) = 194+202+208=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAD0 is #3D352F. Grayscale: #C8C8C8. Windows color (decimal): -4011312 or 13683394. OLE color: 13683394.

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

Color convert

RGB194202208-
CMYK0.070.0300.18
HSL205.71º12.96%78.82%-
HSV(B)205.71º6.73%81.57%-
XYZ54.7558.2668.03-
YUV200.29132.35123.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=32.12%
G=33.44%
B=34.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942022080.070.0300.18205.7112.9678.82
HexC2CAD073012ced4f
Octal3023123207302231615117
Binary110000101100101011010000111110100101100111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAD0; }

 p { color: rgb(194,202,208); }

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

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

 a { background-color: rgb(194,202,208); }

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

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

 span { border-color: rgb(194,202,208); }

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