Html Css Color HEX #CE106C Ruby

📋 copy color: '#CE106C'

red 206 ◦ green 16 ◦ blue 108

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

Shades of Ruby #CE106C

Tints of Ruby #CE106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 62.42%
G = 4.85%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE106C (or 0xCE106C) is known color: Ruby. HEX triplet: CE, 10 and 6C. RGB value is (206,16,108). Sum of RGB (Red+Green+Blue) = 206+16+108=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE106C is #31EF93. Grayscale: #535353. Windows color (decimal): -3272596 or 7082190. OLE color: 7082190.

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

Color convert

RGB 206 16 108 -
CMYK 0 0.92 0.48 0.19
HSL 330.95º 0.86% 0.44% -
HSV(B) 330.95º 0.92% 0.81% -
XYZ 28.35 14.58 15.51 -
YUV 83.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 206 16 108 0 0.92 0.48 0.19 330.95 0.86 0.44
Hex CE 10 6C 0 5C 30 13 14B 56 2C
Octal 316 20 154 0 134 60 23 513 126 54
Binary 11001110 10000 1101100 0 1011100 110000 10011 101001011 1010110 101100

Color Harmonies of #CE106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE106C

Black with #CE106C

Text Example


Text Example

White with #CE106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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