Html Css Color HEX #C70C69 Ruby

📋 copy color: '#C70C69'

red 199 ◦ green 12 ◦ blue 105

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

Shades of Ruby #C70C69

Tints of Ruby #C70C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 62.97%
G = 3.8%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C70C69 (or 0xC70C69) is known color: Ruby. HEX triplet: C7, 0C and 69. RGB value is (199,12,105). Sum of RGB (Red+Green+Blue) = 199+12+105=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70C69 is #38F396. Grayscale: #4E4E4E. Windows color (decimal): -3732375 or 6884551. OLE color: 6884551.

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

Color convert

RGB 199 12 105 -
CMYK 0 0.94 0.47 0.22
HSL 330.16º 0.89% 0.41% -
HSV(B) 330.16º 0.94% 0.78% -
XYZ 26.23 13.42 14.57 -
YUV 78.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 199 12 105 0 0.94 0.47 0.22 330.16 0.89 0.41
Hex C7 C 69 0 5E 2F 16 14A 59 29
Octal 307 14 151 0 136 57 26 512 131 51
Binary 11000111 1100 1101001 0 1011110 101111 10110 101001010 1011001 101001

Color Harmonies of #C70C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70C69

Black with #C70C69

Text Example


Text Example

White with #C70C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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