Html Css Color HEX #C80954 Ruby

📋 copy color: '#C80954'

red 200 ◦ green 9 ◦ blue 84

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

Shades of Ruby #C80954

Tints of Ruby #C80954

RGB

 RED value IS 200 (78.52% from 255) = 68.26%

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

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

R = 68.26%
G = 3.07%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80954 (or 0xC80954) is known color: Ruby. HEX triplet: C8, 09 and 54. RGB value is (200,9,84). Sum of RGB (Red+Green+Blue) = 200+9+84=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C80954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80954 is #37F6AB. Grayscale: #4A4A4A. Windows color (decimal): -3667628 or 5507528. OLE color: 5507528.

HSL color Cylindrical-coordinate representation of color #C80954: hue angle of 336.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80954 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 84 -
CMYK 0 0.96 0.58 0.22
HSL 336.44º 0.91% 0.41% -
HSV(B) 336.44º 0.96% 0.78% -
XYZ 25.52 13.11 9.57 -
YUV 74.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 200 9 84 0 0.96 0.58 0.22 336.44 0.91 0.41
Hex C8 9 54 0 60 3A 16 150 5B 29
Octal 310 11 124 0 140 72 26 520 133 51
Binary 11001000 1001 1010100 0 1100000 111010 10110 101010000 1011011 101001

Color Harmonies of #C80954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80954

Black with #C80954

Text Example


Text Example

White with #C80954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80954; }

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

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

background-color css

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

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

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

border-color css

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

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

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