Html Css Color HEX #C70656 Ruby

📋 copy color: '#C70656'

red 199 ◦ green 6 ◦ blue 86

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

Shades of Ruby #C70656

Tints of Ruby #C70656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.06%

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

R = 68.38%
G = 2.06%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C70656 (or 0xC70656) is known color: Ruby. HEX triplet: C7, 06 and 56. RGB value is (199,6,86). Sum of RGB (Red+Green+Blue) = 199+6+86=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C70656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70656 is #38F9A9. Grayscale: #484848. Windows color (decimal): -3733930 or 5637831. OLE color: 5637831.

HSL color Cylindrical-coordinate representation of color #C70656: hue angle of 335.13º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70656 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 86 -
CMYK 0 0.97 0.57 0.22
HSL 335.13º 0.94% 0.4% -
HSV(B) 335.13º 0.97% 0.78% -
XYZ 25.3 12.94 9.97 -
YUV 72.83 135.44 218 -
System Red Green Blue C M Y K H S L
Decimal 199 6 86 0 0.97 0.57 0.22 335.13 0.94 0.4
Hex C7 6 56 0 61 39 16 14F 5E 28
Octal 307 6 126 0 141 71 26 517 136 50
Binary 11000111 110 1010110 0 1100001 111001 10110 101001111 1011110 101000

Color Harmonies of #C70656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70656

Black with #C70656

Text Example


Text Example

White with #C70656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70656; }

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

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

background-color css

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

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

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

border-color css

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

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

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