Html Css Color HEX #CE0A56 Ruby

📋 copy color: '#CE0A56'

red 206 ◦ green 10 ◦ blue 86

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

Shades of Ruby #CE0A56

Tints of Ruby #CE0A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 68.21%
G = 3.31%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE0A56 (or 0xCE0A56) is known color: Ruby. HEX triplet: CE, 0A and 56. RGB value is (206,10,86). Sum of RGB (Red+Green+Blue) = 206+10+86=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A56 is #31F5A9. Grayscale: #4D4D4D. Windows color (decimal): -3274154 or 5638862. OLE color: 5638862.

HSL color Cylindrical-coordinate representation of color #CE0A56: hue angle of 336.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A56 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 10 86 -
CMYK 0 0.95 0.58 0.19
HSL 336.73º 0.91% 0.42% -
HSV(B) 336.73º 0.95% 0.81% -
XYZ 27.24 14.01 10.07 -
YUV 77.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 206 10 86 0 0.95 0.58 0.19 336.73 0.91 0.42
Hex CE A 56 0 5F 3A 13 151 5B 2A
Octal 316 12 126 0 137 72 23 521 133 52
Binary 11001110 1010 1010110 0 1011111 111010 10011 101010001 1011011 101010

Color Harmonies of #CE0A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A56

Black with #CE0A56

Text Example


Text Example

White with #CE0A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A56; }

 p { color: rgb(206,10,86); }

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

background-color css

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

 a { background-color: rgb(206,10,86); }

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

border-color css

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

 span { border-color: rgb(206,10,86); }

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