Html Css Color HEX #CE1960 Ruby

📋 copy color: '#CE1960'

red 206 ◦ green 25 ◦ blue 96

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

Shades of Ruby #CE1960

Tints of Ruby #CE1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

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

R = 63%
G = 7.65%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1960 (or 0xCE1960) is known color: Ruby. HEX triplet: CE, 19 and 60. RGB value is (206,25,96). Sum of RGB (Red+Green+Blue) = 206+25+96=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1960 is #31E69F. Grayscale: #575757. Windows color (decimal): -3270304 or 6298062. OLE color: 6298062.

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

Color convert

RGB 206 25 96 -
CMYK 0 0.88 0.53 0.19
HSL 336.46º 0.78% 0.45% -
HSV(B) 336.46º 0.88% 0.81% -
XYZ 27.91 14.66 12.43 -
YUV 87.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 206 25 96 0 0.88 0.53 0.19 336.46 0.78 0.45
Hex CE 19 60 0 58 35 13 150 4E 2D
Octal 316 31 140 0 130 65 23 520 116 55
Binary 11001110 11001 1100000 0 1011000 110101 10011 101010000 1001110 101101

Color Harmonies of #CE1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1960

Black with #CE1960

Text Example


Text Example

White with #CE1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1960; }

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

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

background-color css

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

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

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

border-color css

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

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

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