Html Css Color HEX #CE106D Ruby

📋 copy color: '#CE106D'

red 206 ◦ green 16 ◦ blue 109

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

Shades of Ruby #CE106D

Tints of Ruby #CE106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 62.24%
G = 4.83%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE106D (or 0xCE106D) is known color: Ruby. HEX triplet: CE, 10 and 6D. RGB value is (206,16,109). Sum of RGB (Red+Green+Blue) = 206+16+109=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE106D is #31EF92. Grayscale: #535353. Windows color (decimal): -3272595 or 7147726. OLE color: 7147726.

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

Color convert

RGB 206 16 109 -
CMYK 0 0.92 0.47 0.19
HSL 330.63º 0.86% 0.44% -
HSV(B) 330.63º 0.92% 0.81% -
XYZ 28.4 14.6 15.79 -
YUV 83.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 206 16 109 0 0.92 0.47 0.19 330.63 0.86 0.44
Hex CE 10 6D 0 5C 2F 13 14B 56 2C
Octal 316 20 155 0 134 57 23 513 126 54
Binary 11001110 10000 1101101 0 1011100 101111 10011 101001011 1010110 101100

Color Harmonies of #CE106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE106D

Black with #CE106D

Text Example


Text Example

White with #CE106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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