Html Css Color HEX #CE0460 Ruby

📋 copy color: '#CE0460'

red 206 ◦ green 4 ◦ blue 96

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

Shades of Ruby #CE0460

Tints of Ruby #CE0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 67.32%
G = 1.31%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0460 (or 0xCE0460) is known color: Ruby. HEX triplet: CE, 04 and 60. RGB value is (206,4,96). Sum of RGB (Red+Green+Blue) = 206+4+96=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0460 is #31FB9F. Grayscale: #4A4A4A. Windows color (decimal): -3275680 or 6292686. OLE color: 6292686.

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

Color convert

RGB 206 4 96 -
CMYK 0 0.98 0.53 0.19
HSL 332.67º 0.96% 0.41% -
HSV(B) 332.67º 0.98% 0.81% -
XYZ 27.61 14.05 12.32 -
YUV 74.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 206 4 96 0 0.98 0.53 0.19 332.67 0.96 0.41
Hex CE 4 60 0 62 35 13 14D 60 29
Octal 316 4 140 0 142 65 23 515 140 51
Binary 11001110 100 1100000 0 1100010 110101 10011 101001101 1100000 101001

Color Harmonies of #CE0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0460

Black with #CE0460

Text Example


Text Example

White with #CE0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0460; }

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

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

background-color css

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

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

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

border-color css

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

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

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