Html Css Color HEX #CE0A6E Ruby

📋 copy color: '#CE0A6E'

red 206 ◦ green 10 ◦ blue 110

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

Shades of Ruby #CE0A6E

Tints of Ruby #CE0A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 63.19%
G = 3.07%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE0A6E (or 0xCE0A6E) is known color: Ruby. HEX triplet: CE, 0A and 6E. RGB value is (206,10,110). Sum of RGB (Red+Green+Blue) = 206+10+110=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A6E is #31F591. Grayscale: #4F4F4F. Windows color (decimal): -3274130 or 7211726. OLE color: 7211726.

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

Color convert

RGB 206 10 110 -
CMYK 0 0.95 0.47 0.19
HSL 329.39º 0.91% 0.42% -
HSV(B) 329.39º 0.95% 0.81% -
XYZ 28.38 14.46 16.05 -
YUV 80 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 206 10 110 0 0.95 0.47 0.19 329.39 0.91 0.42
Hex CE A 6E 0 5F 2F 13 149 5B 2A
Octal 316 12 156 0 137 57 23 511 133 52
Binary 11001110 1010 1101110 0 1011111 101111 10011 101001001 1011011 101010

Color Harmonies of #CE0A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A6E

Black with #CE0A6E

Text Example


Text Example

White with #CE0A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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