Html Css Color HEX #C51367 Ruby

📋 copy color: '#C51367'

red 197 ◦ green 19 ◦ blue 103

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

Shades of Ruby #C51367

Tints of Ruby #C51367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 61.76%
G = 5.96%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C51367 (or 0xC51367) is known color: Ruby. HEX triplet: C5, 13 and 67. RGB value is (197,19,103). Sum of RGB (Red+Green+Blue) = 197+19+103=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C51367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51367 is #3AEC98. Grayscale: #515151. Windows color (decimal): -3861657 or 6755269. OLE color: 6755269.

HSL color Cylindrical-coordinate representation of color #C51367: hue angle of 331.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51367 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 103 -
CMYK 0 0.90 0.48 0.23
HSL 331.69º 0.82% 0.42% -
HSV(B) 331.69º 0.9% 0.77% -
XYZ 25.71 13.32 14.05 -
YUV 81.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 197 19 103 0 0.90 0.48 0.23 331.69 0.82 0.42
Hex C5 13 67 0 5A 30 17 14C 52 2A
Octal 305 23 147 0 132 60 27 514 122 52
Binary 11000101 10011 1100111 0 1011010 110000 10111 101001100 1010010 101010

Color Harmonies of #C51367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51367

Black with #C51367

Text Example


Text Example

White with #C51367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51367; }

 p { color: rgb(197,19,103); }

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

background-color css

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

 a { background-color: rgb(197,19,103); }

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

border-color css

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

 span { border-color: rgb(197,19,103); }

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