Html Css Color HEX #C70854 Ruby

📋 copy color: '#C70854'

red 199 ◦ green 8 ◦ blue 84

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

Shades of Ruby #C70854

Tints of Ruby #C70854

RGB

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

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

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

R = 68.38%
G = 2.75%
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

#C70854 (or 0xC70854) is known color: Ruby. HEX triplet: C7, 08 and 54. RGB value is (199,8,84). Sum of RGB (Red+Green+Blue) = 199+8+84=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C70854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70854 is #38F7AB. Grayscale: #494949. Windows color (decimal): -3733420 or 5507271. OLE color: 5507271.

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

Color convert

RGB 199 8 84 -
CMYK 0 0.96 0.58 0.22
HSL 336.13º 0.92% 0.41% -
HSV(B) 336.13º 0.96% 0.78% -
XYZ 25.24 12.96 9.56 -
YUV 73.77 133.78 217.32 -
System Red Green Blue C M Y K H S L
Decimal 199 8 84 0 0.96 0.58 0.22 336.13 0.92 0.41
Hex C7 8 54 0 60 3A 16 150 5C 29
Octal 307 10 124 0 140 72 26 520 134 51
Binary 11000111 1000 1010100 0 1100000 111010 10110 101010000 1011100 101001

Color Harmonies of #C70854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70854

Black with #C70854

Text Example


Text Example

White with #C70854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70854; }

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

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

background-color css

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

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

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

border-color css

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

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

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