Html Css Color HEX #CE0C56 Ruby

📋 copy color: '#CE0C56'

red 206 ◦ green 12 ◦ blue 86

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

Shades of Ruby #CE0C56

Tints of Ruby #CE0C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

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

R = 67.76%
G = 3.95%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE0C56 (or 0xCE0C56) is known color: Ruby. HEX triplet: CE, 0C and 56. RGB value is (206,12,86). Sum of RGB (Red+Green+Blue) = 206+12+86=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C56 is #31F3A9. Grayscale: #4E4E4E. Windows color (decimal): -3273642 or 5639374. OLE color: 5639374.

HSL color Cylindrical-coordinate representation of color #CE0C56: hue angle of 337.11º degrees, saturation: 0.89, 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 #CE0C56 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 12 86 -
CMYK 0 0.94 0.58 0.19
HSL 337.11º 0.89% 0.43% -
HSV(B) 337.11º 0.94% 0.81% -
XYZ 27.26 14.06 10.08 -
YUV 78.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 206 12 86 0 0.94 0.58 0.19 337.11 0.89 0.43
Hex CE C 56 0 5E 3A 13 151 59 2B
Octal 316 14 126 0 136 72 23 521 131 53
Binary 11001110 1100 1010110 0 1011110 111010 10011 101010001 1011001 101011

Color Harmonies of #CE0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C56

Black with #CE0C56

Text Example


Text Example

White with #CE0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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