Html Css Color HEX #C70658 Ruby

📋 copy color: '#C70658'

red 199 ◦ green 6 ◦ blue 88

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

Shades of Ruby #C70658

Tints of Ruby #C70658

RGB

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

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

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

R = 67.92%
G = 2.05%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70658 (or 0xC70658) is known color: Ruby. HEX triplet: C7, 06 and 58. RGB value is (199,6,88). Sum of RGB (Red+Green+Blue) = 199+6+88=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C70658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70658 is #38F9A7. Grayscale: #484848. Windows color (decimal): -3733928 or 5768903. OLE color: 5768903.

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

Color convert

RGB 199 6 88 -
CMYK 0 0.97 0.56 0.22
HSL 334.51º 0.94% 0.4% -
HSV(B) 334.51º 0.97% 0.78% -
XYZ 25.38 12.98 10.4 -
YUV 73.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 199 6 88 0 0.97 0.56 0.22 334.51 0.94 0.4
Hex C7 6 58 0 61 38 16 14F 5E 28
Octal 307 6 130 0 141 70 26 517 136 50
Binary 11000111 110 1011000 0 1100001 111000 10110 101001111 1011110 101000

Color Harmonies of #C70658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70658

Black with #C70658

Text Example


Text Example

White with #C70658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70658; }

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

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

background-color css

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

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

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

border-color css

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

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

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