Html Css Color HEX #CE1169 Ruby

📋 copy color: '#CE1169'

red 206 ◦ green 17 ◦ blue 105

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

Shades of Ruby #CE1169

Tints of Ruby #CE1169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 62.8%
G = 5.18%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE1169 (or 0xCE1169) is known color: Ruby. HEX triplet: CE, 11 and 69. RGB value is (206,17,105). Sum of RGB (Red+Green+Blue) = 206+17+105=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1169 is #31EE96. Grayscale: #535353. Windows color (decimal): -3272343 or 6885838. OLE color: 6885838.

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

Color convert

RGB 206 17 105 -
CMYK 0 0.92 0.49 0.19
HSL 332.06º 0.85% 0.44% -
HSV(B) 332.06º 0.92% 0.81% -
XYZ 28.2 14.54 14.69 -
YUV 83.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 206 17 105 0 0.92 0.49 0.19 332.06 0.85 0.44
Hex CE 11 69 0 5C 31 13 14C 55 2C
Octal 316 21 151 0 134 61 23 514 125 54
Binary 11001110 10001 1101001 0 1011100 110001 10011 101001100 1010101 101100

Color Harmonies of #CE1169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1169

Black with #CE1169

Text Example


Text Example

White with #CE1169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1169; }

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

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

background-color css

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

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

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

border-color css

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

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

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