Html Css Color HEX #C70C68 Ruby

📋 copy color: '#C70C68'

red 199 ◦ green 12 ◦ blue 104

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

Shades of Ruby #C70C68

Tints of Ruby #C70C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 63.17%
G = 3.81%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70C68 (or 0xC70C68) is known color: Ruby. HEX triplet: C7, 0C and 68. RGB value is (199,12,104). Sum of RGB (Red+Green+Blue) = 199+12+104=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70C68 is #38F397. Grayscale: #4E4E4E. Windows color (decimal): -3732376 or 6819015. OLE color: 6819015.

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

Color convert

RGB 199 12 104 -
CMYK 0 0.94 0.48 0.22
HSL 330.48º 0.89% 0.41% -
HSV(B) 330.48º 0.94% 0.78% -
XYZ 26.18 13.4 14.3 -
YUV 78.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 199 12 104 0 0.94 0.48 0.22 330.48 0.89 0.41
Hex C7 C 68 0 5E 30 16 14A 59 29
Octal 307 14 150 0 136 60 26 512 131 51
Binary 11000111 1100 1101000 0 1011110 110000 10110 101001010 1011001 101001

Color Harmonies of #C70C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70C68

Black with #C70C68

Text Example


Text Example

White with #C70C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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