Html Css Color HEX #CE0360 Ruby

📋 copy color: '#CE0360'

red 206 ◦ green 3 ◦ blue 96

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

Shades of Ruby #CE0360

Tints of Ruby #CE0360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 67.54%
G = 0.98%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0360 (or 0xCE0360) is known color: Ruby. HEX triplet: CE, 03 and 60. RGB value is (206,3,96). Sum of RGB (Red+Green+Blue) = 206+3+96=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0360 is #31FC9F. Grayscale: #4A4A4A. Windows color (decimal): -3275936 or 6292430. OLE color: 6292430.

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

Color convert

RGB 206 3 96 -
CMYK 0 0.99 0.53 0.19
HSL 332.51º 0.97% 0.41% -
HSV(B) 332.51º 0.99% 0.81% -
XYZ 27.6 14.03 12.32 -
YUV 74.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 206 3 96 0 0.99 0.53 0.19 332.51 0.97 0.41
Hex CE 3 60 0 63 35 13 14D 61 29
Octal 316 3 140 0 143 65 23 515 141 51
Binary 11001110 11 1100000 0 1100011 110101 10011 101001101 1100001 101001

Color Harmonies of #CE0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0360

Black with #CE0360

Text Example


Text Example

White with #CE0360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0360; }

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

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

background-color css

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

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

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

border-color css

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

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

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