#C2C9CE

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

Shades of Spindle #C2C9CE

Tints of Spindle #C2C9CE

Color information

#C2C9CE (or 0xC2C9CE) is unknown color: approx Spindle. HEX triplet: C2, C9 and CE. RGB value is (194,201,206). Sum of RGB (Red+Green+Blue) = 194+201+206=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9CE is #3D3631. Grayscale: #C7C7C7. Windows color (decimal): -4011570 or 13552066. OLE color: 13552066.

HSL color Cylindrical-coordinate representation of color #C2C9CE: hue angle of 205º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2C9CE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194201206-
CMYK0.060.0200.19
HSL205º10.91%78.43%-
HSV(B)205º5.83%80.78%-
XYZ54.2857.766.67-
YUV199.48131.68124.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=32.28%
G=33.44%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942012060.060.0200.1920510.9178.43
HexC2C9CE62013cdb4e
Octal3023113166202331513116
Binary110000101100100111001110110100100111100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C9CE; }

 p { color: rgb(194,201,206); }

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

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

 a { background-color: rgb(194,201,206); }

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

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

 span { border-color: rgb(194,201,206); }

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