Html Css Color HEX #C51362 Ruby

📋 copy color: '#C51362'

red 197 ◦ green 19 ◦ blue 98

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

Shades of Ruby #C51362

Tints of Ruby #C51362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 62.74%
G = 6.05%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C51362 (or 0xC51362) is known color: Ruby. HEX triplet: C5, 13 and 62. RGB value is (197,19,98). Sum of RGB (Red+Green+Blue) = 197+19+98=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C51362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51362 is #3AEC9D. Grayscale: #515151. Windows color (decimal): -3861662 or 6427589. OLE color: 6427589.

HSL color Cylindrical-coordinate representation of color #C51362: hue angle of 333.37º 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 #C51362 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 98 -
CMYK 0 0.90 0.50 0.23
HSL 333.37º 0.82% 0.42% -
HSV(B) 333.37º 0.9% 0.77% -
XYZ 25.46 13.22 12.76 -
YUV 81.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 197 19 98 0 0.90 0.50 0.23 333.37 0.82 0.42
Hex C5 13 62 0 5A 32 17 14D 52 2A
Octal 305 23 142 0 132 62 27 515 122 52
Binary 11000101 10011 1100010 0 1011010 110010 10111 101001101 1010010 101010

Color Harmonies of #C51362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51362

Black with #C51362

Text Example


Text Example

White with #C51362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51362; }

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

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

background-color css

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

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

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

border-color css

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

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

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