Html Css Color HEX #C50768 Ruby

📋 copy color: '#C50768'

red 197 ◦ green 7 ◦ blue 104

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

Shades of Ruby #C50768

Tints of Ruby #C50768

RGB

 RED value IS 197 (77.34% from 255) = 63.96%

 GREEN value IS 7 (3.13% from 255) = 2.27%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 63.96%
G = 2.27%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50768 (or 0xC50768) is known color: Ruby. HEX triplet: C5, 07 and 68. RGB value is (197,7,104). Sum of RGB (Red+Green+Blue) = 197+7+104=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C50768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50768 is #3AF897. Grayscale: #4A4A4A. Windows color (decimal): -3864728 or 6817733. OLE color: 6817733.

HSL color Cylindrical-coordinate representation of color #C50768: hue angle of 329.37º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50768 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 104 -
CMYK 0 0.96 0.47 0.23
HSL 329.37º 0.93% 0.4% -
HSV(B) 329.37º 0.96% 0.77% -
XYZ 25.6 13.02 14.26 -
YUV 74.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 197 7 104 0 0.96 0.47 0.23 329.37 0.93 0.4
Hex C5 7 68 0 60 2F 17 149 5D 28
Octal 305 7 150 0 140 57 27 511 135 50
Binary 11000101 111 1101000 0 1100000 101111 10111 101001001 1011101 101000

Color Harmonies of #C50768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50768

Black with #C50768

Text Example


Text Example

White with #C50768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50768; }

 p { color: rgb(197,7,104); }

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

background-color css

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

 a { background-color: rgb(197,7,104); }

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

border-color css

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

 span { border-color: rgb(197,7,104); }

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