Html Css Color HEX #C70856 Ruby

📋 copy color: '#C70856'

red 199 ◦ green 8 ◦ blue 86

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

Shades of Ruby #C70856

Tints of Ruby #C70856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 67.92%
G = 2.73%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C70856 (or 0xC70856) is known color: Ruby. HEX triplet: C7, 08 and 56. RGB value is (199,8,86). Sum of RGB (Red+Green+Blue) = 199+8+86=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C70856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70856 is #38F7A9. Grayscale: #494949. Windows color (decimal): -3733418 or 5638343. OLE color: 5638343.

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

Color convert

RGB 199 8 86 -
CMYK 0 0.96 0.57 0.22
HSL 335.5º 0.92% 0.41% -
HSV(B) 335.5º 0.96% 0.78% -
XYZ 25.32 12.99 9.98 -
YUV 74 134.78 217.16 -
System Red Green Blue C M Y K H S L
Decimal 199 8 86 0 0.96 0.57 0.22 335.5 0.92 0.41
Hex C7 8 56 0 60 39 16 14F 5C 29
Octal 307 10 126 0 140 71 26 517 134 51
Binary 11000111 1000 1010110 0 1100000 111001 10110 101001111 1011100 101001

Color Harmonies of #C70856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70856

Black with #C70856

Text Example


Text Example

White with #C70856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70856; }

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

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

background-color css

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

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

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

border-color css

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

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

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