Html Css Color HEX #C70569 Ruby

📋 copy color: '#C70569'

red 199 ◦ green 5 ◦ blue 105

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

Shades of Ruby #C70569

Tints of Ruby #C70569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 64.4%
G = 1.62%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C70569 (or 0xC70569) is known color: Ruby. HEX triplet: C7, 05 and 69. RGB value is (199,5,105). Sum of RGB (Red+Green+Blue) = 199+5+105=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C70569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70569 is #38FA96. Grayscale: #4A4A4A. Windows color (decimal): -3734167 or 6882759. OLE color: 6882759.

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

Color convert

RGB 199 5 105 -
CMYK 0 0.97 0.47 0.22
HSL 329.07º 0.95% 0.4% -
HSV(B) 329.07º 0.97% 0.78% -
XYZ 26.16 13.27 14.55 -
YUV 74.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 199 5 105 0 0.97 0.47 0.22 329.07 0.95 0.4
Hex C7 5 69 0 61 2F 16 149 5F 28
Octal 307 5 151 0 141 57 26 511 137 50
Binary 11000111 101 1101001 0 1100001 101111 10110 101001001 1011111 101000

Color Harmonies of #C70569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70569

Black with #C70569

Text Example


Text Example

White with #C70569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70569; }

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

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

background-color css

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

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

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

border-color css

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

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

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