#C2C7CA

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

Shades of Spindle #C2C7CA

Tints of Spindle #C2C7CA

Color information

#C2C7CA (or 0xC2C7CA) is unknown color: approx Spindle. HEX triplet: C2, C7 and CA. RGB value is (194,199,202). Sum of RGB (Red+Green+Blue) = 194+199+202=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7CA is #3D3835. Grayscale: #C5C5C5. Windows color (decimal): -4012086 or 13289410. OLE color: 13289410.

HSL color Cylindrical-coordinate representation of color #C2C7CA: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2C7CA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194199202-
CMYK0.040.0100.21
HSL202.5º7.02%77.65%-
HSV(B)202.5º3.96%79.22%-
XYZ53.3356.5863.99-
YUV197.85130.34125.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=32.61%
G=33.45%
B=33.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941992020.040.0100.21202.57.0277.65
HexC2C7CA41015ca74e
Octal302307312410253127116
Binary1100001011000111110010101001010101110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C7CA; }

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

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

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

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

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

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

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

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