Html Css Color HEX #C70C5A Ruby

📋 copy color: '#C70C5A'

red 199 ◦ green 12 ◦ blue 90

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

Shades of Ruby #C70C5A

Tints of Ruby #C70C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 66.11%
G = 3.99%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C70C5A (or 0xC70C5A) is known color: Ruby. HEX triplet: C7, 0C and 5A. RGB value is (199,12,90). Sum of RGB (Red+Green+Blue) = 199+12+90=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70C5A is #38F3A5. Grayscale: #4C4C4C. Windows color (decimal): -3732390 or 5901511. OLE color: 5901511.

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

Color convert

RGB 199 12 90 -
CMYK 0 0.94 0.55 0.22
HSL 334.97º 0.89% 0.41% -
HSV(B) 334.97º 0.94% 0.78% -
XYZ 25.53 13.14 10.86 -
YUV 76.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 199 12 90 0 0.94 0.55 0.22 334.97 0.89 0.41
Hex C7 C 5A 0 5E 37 16 14F 59 29
Octal 307 14 132 0 136 67 26 517 131 51
Binary 11000111 1100 1011010 0 1011110 110111 10110 101001111 1011001 101001

Color Harmonies of #C70C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70C5A

Black with #C70C5A

Text Example


Text Example

White with #C70C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70C5A; }

 p { color: rgb(199,12,90); }

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

background-color css

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

 a { background-color: rgb(199,12,90); }

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

border-color css

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

 span { border-color: rgb(199,12,90); }

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