Html Css Color HEX #CE1760 Ruby

📋 copy color: '#CE1760'

red 206 ◦ green 23 ◦ blue 96

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

Shades of Ruby #CE1760

Tints of Ruby #CE1760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 63.38%
G = 7.08%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1760 (or 0xCE1760) is known color: Ruby. HEX triplet: CE, 17 and 60. RGB value is (206,23,96). Sum of RGB (Red+Green+Blue) = 206+23+96=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1760 is #31E89F. Grayscale: #555555. Windows color (decimal): -3270816 or 6297550. OLE color: 6297550.

HSL color Cylindrical-coordinate representation of color #CE1760: hue angle of 336.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1760 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 96 -
CMYK 0 0.89 0.53 0.19
HSL 336.07º 0.8% 0.45% -
HSV(B) 336.07º 0.89% 0.81% -
XYZ 27.87 14.58 12.41 -
YUV 86.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 206 23 96 0 0.89 0.53 0.19 336.07 0.8 0.45
Hex CE 17 60 0 59 35 13 150 50 2D
Octal 316 27 140 0 131 65 23 520 120 55
Binary 11001110 10111 1100000 0 1011001 110101 10011 101010000 1010000 101101

Color Harmonies of #CE1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1760

Black with #CE1760

Text Example


Text Example

White with #CE1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1760; }

 p { color: rgb(206,23,96); }

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

background-color css

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

 a { background-color: rgb(206,23,96); }

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

border-color css

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

 span { border-color: rgb(206,23,96); }

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