Html Css Color HEX #C70660 Ruby

📋 copy color: '#C70660'

red 199 ◦ green 6 ◦ blue 96

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

Shades of Ruby #C70660

Tints of Ruby #C70660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 66.11%
G = 1.99%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C70660 (or 0xC70660) is known color: Ruby. HEX triplet: C7, 06 and 60. RGB value is (199,6,96). Sum of RGB (Red+Green+Blue) = 199+6+96=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C70660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70660 is #38F99F. Grayscale: #494949. Windows color (decimal): -3733920 or 6293191. OLE color: 6293191.

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

Color convert

RGB 199 6 96 -
CMYK 0 0.97 0.52 0.22
HSL 332.02º 0.94% 0.4% -
HSV(B) 332.02º 0.97% 0.78% -
XYZ 25.73 13.12 12.24 -
YUV 73.97 140.44 217.18 -
System Red Green Blue C M Y K H S L
Decimal 199 6 96 0 0.97 0.52 0.22 332.02 0.94 0.4
Hex C7 6 60 0 61 34 16 14C 5E 28
Octal 307 6 140 0 141 64 26 514 136 50
Binary 11000111 110 1100000 0 1100001 110100 10110 101001100 1011110 101000

Color Harmonies of #C70660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70660

Black with #C70660

Text Example


Text Example

White with #C70660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70660; }

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

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

background-color css

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

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

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

border-color css

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

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

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