Html Css Color HEX #C1C9CE Spindle

📋 copy color: '#C1C9CE'

red 193 ◦ green 201 ◦ blue 206

#C1C9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #C1C9CE

Tints of Spindle #C1C9CE

RGB

 RED value IS 193 (75.78% from 255) = 32.17%

 GREEN value IS 201 (78.91% from 255) = 33.5%

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 32.17%
G = 33.5%
B = 34.33%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1C9CE (or 0xC1C9CE) is known color: Spindle. HEX triplet: C1, C9 and CE. RGB value is (193,201,206). Sum of RGB (Red+Green+Blue) = 193+201+206=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C9CE is #3E3631. Grayscale: #C7C7C7. Windows color (decimal): -4077106 or 13552065. OLE color: 13552065.

HSL color Cylindrical-coordinate representation of color #C1C9CE: hue angle of 203.08º degrees, saturation: 0.12, 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 #C1C9CE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 201 206 -
CMYK 0.06 0.02 0 0.19
HSL 203.08º 0.12% 0.78% -
HSV(B) 203.08º 0.06% 0.81% -
XYZ 54.02 57.57 66.66 -
YUV 199.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 193 201 206 0.06 0.02 0 0.19 203.08 0.12 0.78
Hex C1 C9 CE 6 2 0 13 CB C 4E
Octal 301 311 316 6 2 0 23 313 14 116
Binary 11000001 11001001 11001110 110 10 0 10011 11001011 1100 1001110

Color Harmonies of #C1C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C9CE

Black with #C1C9CE

Text Example


Text Example

White with #C1C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C9CE; }

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

 H1.HeaderClassName
 {
   color: #C1C9CE;
 }
 .AnyTagClassName
 {
   color: #C1C9CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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