Html Css Color HEX #CE0F60 Ruby

📋 copy color: '#CE0F60'

red 206 ◦ green 15 ◦ blue 96

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

Shades of Ruby #CE0F60

Tints of Ruby #CE0F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

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

R = 64.98%
G = 4.73%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0F60 (or 0xCE0F60) is known color: Ruby. HEX triplet: CE, 0F and 60. RGB value is (206,15,96). Sum of RGB (Red+Green+Blue) = 206+15+96=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F60 is #31F09F. Grayscale: #515151. Windows color (decimal): -3272864 or 6295502. OLE color: 6295502.

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

Color convert

RGB 206 15 96 -
CMYK 0 0.93 0.53 0.19
HSL 334.56º 0.86% 0.43% -
HSV(B) 334.56º 0.93% 0.81% -
XYZ 27.74 14.31 12.37 -
YUV 81.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 206 15 96 0 0.93 0.53 0.19 334.56 0.86 0.43
Hex CE F 60 0 5D 35 13 14F 56 2B
Octal 316 17 140 0 135 65 23 517 126 53
Binary 11001110 1111 1100000 0 1011101 110101 10011 101001111 1010110 101011

Color Harmonies of #CE0F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F60

Black with #CE0F60

Text Example


Text Example

White with #CE0F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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