Html Css Color HEX #C70360 Ruby

📋 copy color: '#C70360'

red 199 ◦ green 3 ◦ blue 96

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

Shades of Ruby #C70360

Tints of Ruby #C70360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 66.78%
G = 1.01%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C70360 (or 0xC70360) is known color: Ruby. HEX triplet: C7, 03 and 60. RGB value is (199,3,96). Sum of RGB (Red+Green+Blue) = 199+3+96=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C70360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70360 is #38FC9F. Grayscale: #484848. Windows color (decimal): -3734688 or 6292423. OLE color: 6292423.

HSL color Cylindrical-coordinate representation of color #C70360: hue angle of 331.53º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70360 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 96 -
CMYK 0 0.98 0.52 0.22
HSL 331.53º 0.97% 0.4% -
HSV(B) 331.53º 0.98% 0.78% -
XYZ 25.7 13.05 12.23 -
YUV 72.21 141.43 218.44 -
System Red Green Blue C M Y K H S L
Decimal 199 3 96 0 0.98 0.52 0.22 331.53 0.97 0.4
Hex C7 3 60 0 62 34 16 14C 61 28
Octal 307 3 140 0 142 64 26 514 141 50
Binary 11000111 11 1100000 0 1100010 110100 10110 101001100 1100001 101000

Color Harmonies of #C70360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70360

Black with #C70360

Text Example


Text Example

White with #C70360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70360; }

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

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

background-color css

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

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

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

border-color css

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

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

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