Html Css Color HEX #C51768 Ruby

📋 copy color: '#C51768'

red 197 ◦ green 23 ◦ blue 104

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

Shades of Ruby #C51768

Tints of Ruby #C51768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

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

R = 60.8%
G = 7.1%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C51768 (or 0xC51768) is known color: Ruby. HEX triplet: C5, 17 and 68. RGB value is (197,23,104). Sum of RGB (Red+Green+Blue) = 197+23+104=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C51768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51768 is #3AE897. Grayscale: #545454. Windows color (decimal): -3860632 or 6821829. OLE color: 6821829.

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

Color convert

RGB 197 23 104 -
CMYK 0 0.88 0.47 0.23
HSL 332.07º 0.79% 0.43% -
HSV(B) 332.07º 0.88% 0.77% -
XYZ 25.83 13.48 14.34 -
YUV 84.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 197 23 104 0 0.88 0.47 0.23 332.07 0.79 0.43
Hex C5 17 68 0 58 2F 17 14C 4F 2B
Octal 305 27 150 0 130 57 27 514 117 53
Binary 11000101 10111 1101000 0 1011000 101111 10111 101001100 1001111 101011

Color Harmonies of #C51768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51768

Black with #C51768

Text Example


Text Example

White with #C51768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51768; }

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

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

background-color css

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

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

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

border-color css

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

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

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