Html Css Color HEX #CE0A62 Ruby

📋 copy color: '#CE0A62'

red 206 ◦ green 10 ◦ blue 98

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

Shades of Ruby #CE0A62

Tints of Ruby #CE0A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 65.61%
G = 3.18%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0A62 (or 0xCE0A62) is known color: Ruby. HEX triplet: CE, 0A and 62. RGB value is (206,10,98). Sum of RGB (Red+Green+Blue) = 206+10+98=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A62 is #31F59D. Grayscale: #4E4E4E. Windows color (decimal): -3274142 or 6425294. OLE color: 6425294.

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

Color convert

RGB 206 10 98 -
CMYK 0 0.95 0.52 0.19
HSL 333.06º 0.91% 0.42% -
HSV(B) 333.06º 0.95% 0.81% -
XYZ 27.77 14.22 12.84 -
YUV 78.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 206 10 98 0 0.95 0.52 0.19 333.06 0.91 0.42
Hex CE A 62 0 5F 34 13 14D 5B 2A
Octal 316 12 142 0 137 64 23 515 133 52
Binary 11001110 1010 1100010 0 1011111 110100 10011 101001101 1011011 101010

Color Harmonies of #CE0A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A62

Black with #CE0A62

Text Example


Text Example

White with #CE0A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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