Html Css Color HEX #C70859 Ruby

📋 copy color: '#C70859'

red 199 ◦ green 8 ◦ blue 89

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

Shades of Ruby #C70859

Tints of Ruby #C70859

RGB

 RED value IS 199 (78.13% from 255) = 67.23%

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 67.23%
G = 2.7%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C70859 (or 0xC70859) is known color: Ruby. HEX triplet: C7, 08 and 59. RGB value is (199,8,89). Sum of RGB (Red+Green+Blue) = 199+8+89=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C70859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70859 is #38F7A6. Grayscale: #4A4A4A. Windows color (decimal): -3733415 or 5834951. OLE color: 5834951.

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

Color convert

RGB 199 8 89 -
CMYK 0 0.96 0.55 0.22
HSL 334.56º 0.92% 0.41% -
HSV(B) 334.56º 0.96% 0.78% -
XYZ 25.44 13.04 10.63 -
YUV 74.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 199 8 89 0 0.96 0.55 0.22 334.56 0.92 0.41
Hex C7 8 59 0 60 37 16 14F 5C 29
Octal 307 10 131 0 140 67 26 517 134 51
Binary 11000111 1000 1011001 0 1100000 110111 10110 101001111 1011100 101001

Color Harmonies of #C70859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70859

Black with #C70859

Text Example


Text Example

White with #C70859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70859; }

 p { color: rgb(199,8,89); }

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

background-color css

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

 a { background-color: rgb(199,8,89); }

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

border-color css

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

 span { border-color: rgb(199,8,89); }

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