Html Css Color HEX #CE0D60 Ruby

📋 copy color: '#CE0D60'

red 206 ◦ green 13 ◦ blue 96

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

Shades of Ruby #CE0D60

Tints of Ruby #CE0D60

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

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

R = 65.4%
G = 4.13%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0D60 (or 0xCE0D60) is known color: Ruby. HEX triplet: CE, 0D and 60. RGB value is (206,13,96). Sum of RGB (Red+Green+Blue) = 206+13+96=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D60 is #31F29F. Grayscale: #505050. Windows color (decimal): -3273376 or 6294990. OLE color: 6294990.

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

Color convert

RGB 206 13 96 -
CMYK 0 0.94 0.53 0.19
HSL 334.2º 0.88% 0.43% -
HSV(B) 334.2º 0.94% 0.81% -
XYZ 27.71 14.25 12.36 -
YUV 80.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 206 13 96 0 0.94 0.53 0.19 334.2 0.88 0.43
Hex CE D 60 0 5E 35 13 14E 58 2B
Octal 316 15 140 0 136 65 23 516 130 53
Binary 11001110 1101 1100000 0 1011110 110101 10011 101001110 1011000 101011

Color Harmonies of #CE0D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D60

Black with #CE0D60

Text Example


Text Example

White with #CE0D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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