Html Css Color HEX #C1CACE Spindle

📋 copy color: '#C1CACE'

red 193 ◦ green 202 ◦ blue 206

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

Shades of Spindle #C1CACE

Tints of Spindle #C1CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

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

R = 32.11%
G = 33.61%
B = 34.28%

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

#C1CACE (or 0xC1CACE) is known color: Spindle. HEX triplet: C1, CA and CE. RGB value is (193,202,206). Sum of RGB (Red+Green+Blue) = 193+202+206=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 202 (79.30% from 255 or 33.61% 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 #C1CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CACE is #3E3531. Grayscale: #C7C7C7. Windows color (decimal): -4076850 or 13552321. OLE color: 13552321.

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

Color convert

RGB 193 202 206 -
CMYK 0.06 0.02 0 0.19
HSL 198.46º 0.12% 0.78% -
HSV(B) 198.46º 0.06% 0.81% -
XYZ 54.25 58.03 66.73 -
YUV 199.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 193 202 206 0.06 0.02 0 0.19 198.46 0.12 0.78
Hex C1 CA CE 6 2 0 13 C6 C 4E
Octal 301 312 316 6 2 0 23 306 14 116
Binary 11000001 11001010 11001110 110 10 0 10011 11000110 1100 1001110

Color Harmonies of #C1CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CACE

Black with #C1CACE

Text Example


Text Example

White with #C1CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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