Html Css Color HEX #CE105B Ruby

📋 copy color: '#CE105B'

red 206 ◦ green 16 ◦ blue 91

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

Shades of Ruby #CE105B

Tints of Ruby #CE105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 65.81%
G = 5.11%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE105B (or 0xCE105B) is known color: Ruby. HEX triplet: CE, 10 and 5B. RGB value is (206,16,91). Sum of RGB (Red+Green+Blue) = 206+16+91=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE105B is #31EFA4. Grayscale: #515151. Windows color (decimal): -3272613 or 5968078. OLE color: 5968078.

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

Color convert

RGB 206 16 91 -
CMYK 0 0.92 0.56 0.19
HSL 336.32º 0.86% 0.44% -
HSV(B) 336.32º 0.92% 0.81% -
XYZ 27.53 14.25 11.2 -
YUV 81.36 133.45 216.9 -
System Red Green Blue C M Y K H S L
Decimal 206 16 91 0 0.92 0.56 0.19 336.32 0.86 0.44
Hex CE 10 5B 0 5C 38 13 150 56 2C
Octal 316 20 133 0 134 70 23 520 126 54
Binary 11001110 10000 1011011 0 1011100 111000 10011 101010000 1010110 101100

Color Harmonies of #CE105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE105B

Black with #CE105B

Text Example


Text Example

White with #CE105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE105B; }

 p { color: rgb(206,16,91); }

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

background-color css

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

 a { background-color: rgb(206,16,91); }

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

border-color css

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

 span { border-color: rgb(206,16,91); }

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