Html Css Color HEX #C80754 Ruby

📋 copy color: '#C80754'

red 200 ◦ green 7 ◦ blue 84

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

Shades of Ruby #C80754

Tints of Ruby #C80754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 68.73%
G = 2.41%
B = 28.87%

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

#C80754 (or 0xC80754) is known color: Ruby. HEX triplet: C8, 07 and 54. RGB value is (200,7,84). Sum of RGB (Red+Green+Blue) = 200+7+84=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C80754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80754 is #37F8AB. Grayscale: #494949. Windows color (decimal): -3668140 or 5507016. OLE color: 5507016.

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

Color convert

RGB 200 7 84 -
CMYK 0 0.96 0.58 0.22
HSL 336.06º 0.93% 0.41% -
HSV(B) 336.06º 0.97% 0.78% -
XYZ 25.5 13.07 9.57 -
YUV 73.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 200 7 84 0 0.96 0.58 0.22 336.06 0.93 0.41
Hex C8 7 54 0 60 3A 16 150 5D 29
Octal 310 7 124 0 140 72 26 520 135 51
Binary 11001000 111 1010100 0 1100000 111010 10110 101010000 1011101 101001

Color Harmonies of #C80754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80754

Black with #C80754

Text Example


Text Example

White with #C80754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80754; }

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

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

background-color css

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

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

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

border-color css

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

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

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