Html Css Color HEX #C70A67 Ruby

📋 copy color: '#C70A67'

red 199 ◦ green 10 ◦ blue 103

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

Shades of Ruby #C70A67

Tints of Ruby #C70A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 63.78%
G = 3.21%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70A67 (or 0xC70A67) is known color: Ruby. HEX triplet: C7, 0A and 67. RGB value is (199,10,103). Sum of RGB (Red+Green+Blue) = 199+10+103=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A67 is #38F598. Grayscale: #4C4C4C. Windows color (decimal): -3732889 or 6752967. OLE color: 6752967.

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

Color convert

RGB 199 10 103 -
CMYK 0 0.95 0.48 0.22
HSL 330.48º 0.9% 0.41% -
HSV(B) 330.48º 0.95% 0.78% -
XYZ 26.11 13.34 14.03 -
YUV 77.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 199 10 103 0 0.95 0.48 0.22 330.48 0.9 0.41
Hex C7 A 67 0 5F 30 16 14A 5A 29
Octal 307 12 147 0 137 60 26 512 132 51
Binary 11000111 1010 1100111 0 1011111 110000 10110 101001010 1011010 101001

Color Harmonies of #C70A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70A67

Black with #C70A67

Text Example


Text Example

White with #C70A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70A67; }

 p { color: rgb(199,10,103); }

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

background-color css

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

 a { background-color: rgb(199,10,103); }

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

border-color css

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

 span { border-color: rgb(199,10,103); }

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