Html Css Color HEX #CE1156 Ruby

📋 copy color: '#CE1156'

red 206 ◦ green 17 ◦ blue 86

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

Shades of Ruby #CE1156

Tints of Ruby #CE1156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 66.67%
G = 5.5%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE1156 (or 0xCE1156) is known color: Ruby. HEX triplet: CE, 11 and 56. RGB value is (206,17,86). Sum of RGB (Red+Green+Blue) = 206+17+86=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1156 is #31EEA9. Grayscale: #515151. Windows color (decimal): -3272362 or 5640654. OLE color: 5640654.

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

Color convert

RGB 206 17 86 -
CMYK 0 0.92 0.58 0.19
HSL 338.1º 0.85% 0.44% -
HSV(B) 338.1º 0.92% 0.81% -
XYZ 27.33 14.19 10.1 -
YUV 81.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 206 17 86 0 0.92 0.58 0.19 338.1 0.85 0.44
Hex CE 11 56 0 5C 3A 13 152 55 2C
Octal 316 21 126 0 134 72 23 522 125 54
Binary 11001110 10001 1010110 0 1011100 111010 10011 101010010 1010101 101100

Color Harmonies of #CE1156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1156

Black with #CE1156

Text Example


Text Example

White with #CE1156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1156; }

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

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

background-color css

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

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

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

border-color css

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

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

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