Html Css Color HEX #CE2060 Ruby

📋 copy color: '#CE2060'

red 206 ◦ green 32 ◦ blue 96

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

Shades of Ruby #CE2060

Tints of Ruby #CE2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 61.68%
G = 9.58%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE2060 (or 0xCE2060) is known color: Ruby. HEX triplet: CE, 20 and 60. RGB value is (206,32,96). Sum of RGB (Red+Green+Blue) = 206+32+96=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2060 is #31DF9F. Grayscale: #5B5B5B. Windows color (decimal): -3268512 or 6299854. OLE color: 6299854.

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

Color convert

RGB 206 32 96 -
CMYK 0 0.84 0.53 0.19
HSL 337.93º 0.73% 0.47% -
HSV(B) 337.93º 0.84% 0.81% -
XYZ 28.08 15 12.48 -
YUV 91.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 206 32 96 0 0.84 0.53 0.19 337.93 0.73 0.47
Hex CE 20 60 0 54 35 13 152 49 2F
Octal 316 40 140 0 124 65 23 522 111 57
Binary 11001110 100000 1100000 0 1010100 110101 10011 101010010 1001001 101111

Color Harmonies of #CE2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2060

Black with #CE2060

Text Example


Text Example

White with #CE2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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