Html Css Color HEX #CE1160 Ruby

📋 copy color: '#CE1160'

red 206 ◦ green 17 ◦ blue 96

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

Shades of Ruby #CE1160

Tints of Ruby #CE1160

RGB

 RED value IS 206 (80.86% from 255) = 64.58%

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 64.58%
G = 5.33%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1160 (or 0xCE1160) is known color: Ruby. HEX triplet: CE, 11 and 60. RGB value is (206,17,96). Sum of RGB (Red+Green+Blue) = 206+17+96=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1160 is #31EE9F. Grayscale: #525252. Windows color (decimal): -3272352 or 6296014. OLE color: 6296014.

HSL color Cylindrical-coordinate representation of color #CE1160: hue angle of 334.92º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1160 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 17 96 -
CMYK 0 0.92 0.53 0.19
HSL 334.92º 0.85% 0.44% -
HSV(B) 334.92º 0.92% 0.81% -
XYZ 27.77 14.37 12.38 -
YUV 82.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 206 17 96 0 0.92 0.53 0.19 334.92 0.85 0.44
Hex CE 11 60 0 5C 35 13 14F 55 2C
Octal 316 21 140 0 134 65 23 517 125 54
Binary 11001110 10001 1100000 0 1011100 110101 10011 101001111 1010101 101100

Color Harmonies of #CE1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1160

Black with #CE1160

Text Example


Text Example

White with #CE1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1160; }

 p { color: rgb(206,17,96); }

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

background-color css

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

 a { background-color: rgb(206,17,96); }

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

border-color css

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

 span { border-color: rgb(206,17,96); }

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