Html Css Color HEX #CE0A61 Ruby

📋 copy color: '#CE0A61'

red 206 ◦ green 10 ◦ blue 97

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

Shades of Ruby #CE0A61

Tints of Ruby #CE0A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 65.81%
G = 3.19%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0A61 (or 0xCE0A61) is known color: Ruby. HEX triplet: CE, 0A and 61. RGB value is (206,10,97). Sum of RGB (Red+Green+Blue) = 206+10+97=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A61 is #31F59E. Grayscale: #4E4E4E. Windows color (decimal): -3274143 or 6359758. OLE color: 6359758.

HSL color Cylindrical-coordinate representation of color #CE0A61: hue angle of 333.37º 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 #CE0A61 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 10 97 -
CMYK 0 0.95 0.53 0.19
HSL 333.37º 0.91% 0.42% -
HSV(B) 333.37º 0.95% 0.81% -
XYZ 27.72 14.2 12.59 -
YUV 78.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 206 10 97 0 0.95 0.53 0.19 333.37 0.91 0.42
Hex CE A 61 0 5F 35 13 14D 5B 2A
Octal 316 12 141 0 137 65 23 515 133 52
Binary 11001110 1010 1100001 0 1011111 110101 10011 101001101 1011011 101010

Color Harmonies of #CE0A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A61

Black with #CE0A61

Text Example


Text Example

White with #CE0A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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