Html Css Color HEX #CE116A Ruby

📋 copy color: '#CE116A'

red 206 ◦ green 17 ◦ blue 106

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

Shades of Ruby #CE116A

Tints of Ruby #CE116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 62.61%
G = 5.17%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE116A (or 0xCE116A) is known color: Ruby. HEX triplet: CE, 11 and 6A. RGB value is (206,17,106). Sum of RGB (Red+Green+Blue) = 206+17+106=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE116A is #31EE95. Grayscale: #535353. Windows color (decimal): -3272342 or 6951374. OLE color: 6951374.

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

Color convert

RGB 206 17 106 -
CMYK 0 0.92 0.49 0.19
HSL 331.75º 0.85% 0.44% -
HSV(B) 331.75º 0.92% 0.81% -
XYZ 28.26 14.56 14.96 -
YUV 83.66 140.62 215.26 -
System Red Green Blue C M Y K H S L
Decimal 206 17 106 0 0.92 0.49 0.19 331.75 0.85 0.44
Hex CE 11 6A 0 5C 31 13 14C 55 2C
Octal 316 21 152 0 134 61 23 514 125 54
Binary 11001110 10001 1101010 0 1011100 110001 10011 101001100 1010101 101100

Color Harmonies of #CE116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE116A

Black with #CE116A

Text Example


Text Example

White with #CE116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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