Html Css Color HEX #CE105D Ruby

📋 copy color: '#CE105D'

red 206 ◦ green 16 ◦ blue 93

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

Shades of Ruby #CE105D

Tints of Ruby #CE105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 65.4%
G = 5.08%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE105D (or 0xCE105D) is known color: Ruby. HEX triplet: CE, 10 and 5D. RGB value is (206,16,93). Sum of RGB (Red+Green+Blue) = 206+16+93=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE105D is #31EFA2. Grayscale: #515151. Windows color (decimal): -3272611 or 6099150. OLE color: 6099150.

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

Color convert

RGB 206 16 93 -
CMYK 0 0.92 0.55 0.19
HSL 335.68º 0.86% 0.44% -
HSV(B) 335.68º 0.92% 0.81% -
XYZ 27.61 14.28 11.66 -
YUV 81.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 206 16 93 0 0.92 0.55 0.19 335.68 0.86 0.44
Hex CE 10 5D 0 5C 37 13 150 56 2C
Octal 316 20 135 0 134 67 23 520 126 54
Binary 11001110 10000 1011101 0 1011100 110111 10011 101010000 1010110 101100

Color Harmonies of #CE105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE105D

Black with #CE105D

Text Example


Text Example

White with #CE105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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