Html Css Color HEX #CE0954 Ruby

📋 copy color: '#CE0954'

red 206 ◦ green 9 ◦ blue 84

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

Shades of Ruby #CE0954

Tints of Ruby #CE0954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.01%

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 68.9%
G = 3.01%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE0954 (or 0xCE0954) is known color: Ruby. HEX triplet: CE, 09 and 54. RGB value is (206,9,84). Sum of RGB (Red+Green+Blue) = 206+9+84=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0954 is #31F6AB. Grayscale: #4C4C4C. Windows color (decimal): -3274412 or 5507534. OLE color: 5507534.

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

Color convert

RGB 206 9 84 -
CMYK 0 0.96 0.59 0.19
HSL 337.16º 0.92% 0.42% -
HSV(B) 337.16º 0.96% 0.81% -
XYZ 27.15 13.96 9.65 -
YUV 76.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 206 9 84 0 0.96 0.59 0.19 337.16 0.92 0.42
Hex CE 9 54 0 60 3B 13 151 5C 2A
Octal 316 11 124 0 140 73 23 521 134 52
Binary 11001110 1001 1010100 0 1100000 111011 10011 101010001 1011100 101010

Color Harmonies of #CE0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0954

Black with #CE0954

Text Example


Text Example

White with #CE0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0954; }

 p { color: rgb(206,9,84); }

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

background-color css

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

 a { background-color: rgb(206,9,84); }

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

border-color css

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

 span { border-color: rgb(206,9,84); }

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