Html Css Color HEX #C70B5A Ruby

📋 copy color: '#C70B5A'

red 199 ◦ green 11 ◦ blue 90

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

Shades of Ruby #C70B5A

Tints of Ruby #C70B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.67%

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

R = 66.33%
G = 3.67%
B = 30%

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

#C70B5A (or 0xC70B5A) is known color: Ruby. HEX triplet: C7, 0B and 5A. RGB value is (199,11,90). Sum of RGB (Red+Green+Blue) = 199+11+90=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70B5A is #38F4A5. Grayscale: #4C4C4C. Windows color (decimal): -3732646 or 5901255. OLE color: 5901255.

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

Color convert

RGB 199 11 90 -
CMYK 0 0.94 0.55 0.22
HSL 334.79º 0.9% 0.41% -
HSV(B) 334.79º 0.94% 0.78% -
XYZ 25.52 13.12 10.86 -
YUV 76.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 199 11 90 0 0.94 0.55 0.22 334.79 0.9 0.41
Hex C7 B 5A 0 5E 37 16 14F 5A 29
Octal 307 13 132 0 136 67 26 517 132 51
Binary 11000111 1011 1011010 0 1011110 110111 10110 101001111 1011010 101001

Color Harmonies of #C70B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B5A

Black with #C70B5A

Text Example


Text Example

White with #C70B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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