Html Css Color HEX #C70567 Ruby

📋 copy color: '#C70567'

red 199 ◦ green 5 ◦ blue 103

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

Shades of Ruby #C70567

Tints of Ruby #C70567

RGB

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

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

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

R = 64.82%
G = 1.63%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70567 (or 0xC70567) is known color: Ruby. HEX triplet: C7, 05 and 67. RGB value is (199,5,103). Sum of RGB (Red+Green+Blue) = 199+5+103=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C70567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70567 is #38FA98. Grayscale: #494949. Windows color (decimal): -3734169 or 6751687. OLE color: 6751687.

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

Color convert

RGB 199 5 103 -
CMYK 0 0.97 0.48 0.22
HSL 329.69º 0.95% 0.4% -
HSV(B) 329.69º 0.97% 0.78% -
XYZ 26.06 13.23 14.01 -
YUV 74.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 199 5 103 0 0.97 0.48 0.22 329.69 0.95 0.4
Hex C7 5 67 0 61 30 16 14A 5F 28
Octal 307 5 147 0 141 60 26 512 137 50
Binary 11000111 101 1100111 0 1100001 110000 10110 101001010 1011111 101000

Color Harmonies of #C70567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70567

Black with #C70567

Text Example


Text Example

White with #C70567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70567; }

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

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

background-color css

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

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

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

border-color css

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

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

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