Html Css Color HEX #C2CACE Spindle

📋 copy color: '#C2CACE'

red 194 ◦ green 202 ◦ blue 206

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

Shades of Spindle #C2CACE

Tints of Spindle #C2CACE

RGB

 RED value IS 194 (76.17% from 255) = 32.23%

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

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

R = 32.23%
G = 33.55%
B = 34.22%

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

#C2CACE (or 0xC2CACE) is known color: Spindle. HEX triplet: C2, CA and CE. RGB value is (194,202,206). Sum of RGB (Red+Green+Blue) = 194+202+206=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CACE is #3D3531. Grayscale: #C8C8C8. Windows color (decimal): -4011314 or 13552322. OLE color: 13552322.

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

Color convert

RGB 194 202 206 -
CMYK 0.06 0.02 0 0.19
HSL 200º 0.11% 0.78% -
HSV(B) 200º 0.06% 0.81% -
XYZ 54.51 58.17 66.75 -
YUV 200.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 194 202 206 0.06 0.02 0 0.19 200 0.11 0.78
Hex C2 CA CE 6 2 0 13 C8 B 4E
Octal 302 312 316 6 2 0 23 310 13 116
Binary 11000010 11001010 11001110 110 10 0 10011 11001000 1011 1001110

Color Harmonies of #C2CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CACE

Black with #C2CACE

Text Example


Text Example

White with #C2CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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