Html Css Color HEX #C80858 Ruby

📋 copy color: '#C80858'

red 200 ◦ green 8 ◦ blue 88

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

Shades of Ruby #C80858

Tints of Ruby #C80858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 67.57%
G = 2.7%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80858 (or 0xC80858) is known color: Ruby. HEX triplet: C8, 08 and 58. RGB value is (200,8,88). Sum of RGB (Red+Green+Blue) = 200+8+88=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80858 is #37F7A7. Grayscale: #4A4A4A. Windows color (decimal): -3667880 or 5769416. OLE color: 5769416.

HSL color Cylindrical-coordinate representation of color #C80858: hue angle of 335º degrees, saturation: 0.92, 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 #C80858 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 88 -
CMYK 0 0.96 0.56 0.22
HSL 335º 0.92% 0.41% -
HSV(B) 335º 0.96% 0.78% -
XYZ 25.67 13.16 10.42 -
YUV 74.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 200 8 88 0 0.96 0.56 0.22 335 0.92 0.41
Hex C8 8 58 0 60 38 16 14F 5C 29
Octal 310 10 130 0 140 70 26 517 134 51
Binary 11001000 1000 1011000 0 1100000 111000 10110 101001111 1011100 101001

Color Harmonies of #C80858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80858

Black with #C80858

Text Example


Text Example

White with #C80858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80858; }

 p { color: rgb(200,8,88); }

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

background-color css

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

 a { background-color: rgb(200,8,88); }

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

border-color css

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

 span { border-color: rgb(200,8,88); }

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