Html Css Color HEX #CE1168 Ruby

📋 copy color: '#CE1168'

red 206 ◦ green 17 ◦ blue 104

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

Shades of Ruby #CE1168

Tints of Ruby #CE1168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 63%
G = 5.2%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE1168 (or 0xCE1168) is known color: Ruby. HEX triplet: CE, 11 and 68. RGB value is (206,17,104). Sum of RGB (Red+Green+Blue) = 206+17+104=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1168 is #31EE97. Grayscale: #535353. Windows color (decimal): -3272344 or 6820302. OLE color: 6820302.

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

Color convert

RGB 206 17 104 -
CMYK 0 0.92 0.50 0.19
HSL 332.38º 0.85% 0.44% -
HSV(B) 332.38º 0.92% 0.81% -
XYZ 28.15 14.52 14.42 -
YUV 83.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 206 17 104 0 0.92 0.50 0.19 332.38 0.85 0.44
Hex CE 11 68 0 5C 32 13 14C 55 2C
Octal 316 21 150 0 134 62 23 514 125 54
Binary 11001110 10001 1101000 0 1011100 110010 10011 101001100 1010101 101100

Color Harmonies of #CE1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1168

Black with #CE1168

Text Example


Text Example

White with #CE1168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1168; }

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

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

background-color css

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

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

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

border-color css

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

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

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