Html Css Color HEX #CE1165 Ruby

📋 copy color: '#CE1165'

red 206 ◦ green 17 ◦ blue 101

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

Shades of Ruby #CE1165

Tints of Ruby #CE1165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 63.58%
G = 5.25%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE1165 (or 0xCE1165) is known color: Ruby. HEX triplet: CE, 11 and 65. RGB value is (206,17,101). Sum of RGB (Red+Green+Blue) = 206+17+101=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1165 is #31EE9A. Grayscale: #525252. Windows color (decimal): -3272347 or 6623694. OLE color: 6623694.

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

Color convert

RGB 206 17 101 -
CMYK 0 0.92 0.51 0.19
HSL 333.33º 0.85% 0.44% -
HSV(B) 333.33º 0.92% 0.81% -
XYZ 28 14.46 13.63 -
YUV 83.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 206 17 101 0 0.92 0.51 0.19 333.33 0.85 0.44
Hex CE 11 65 0 5C 33 13 14D 55 2C
Octal 316 21 145 0 134 63 23 515 125 54
Binary 11001110 10001 1100101 0 1011100 110011 10011 101001101 1010101 101100

Color Harmonies of #CE1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1165

Black with #CE1165

Text Example


Text Example

White with #CE1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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