Html Css Color HEX #C51469 Ruby

📋 copy color: '#C51469'

red 197 ◦ green 20 ◦ blue 105

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

Shades of Ruby #C51469

Tints of Ruby #C51469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 61.18%
G = 6.21%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C51469 (or 0xC51469) is known color: Ruby. HEX triplet: C5, 14 and 69. RGB value is (197,20,105). Sum of RGB (Red+Green+Blue) = 197+20+105=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C51469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51469 is #3AEB96. Grayscale: #525252. Windows color (decimal): -3861399 or 6886597. OLE color: 6886597.

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

Color convert

RGB 197 20 105 -
CMYK 0 0.90 0.47 0.23
HSL 331.19º 0.82% 0.43% -
HSV(B) 331.19º 0.9% 0.77% -
XYZ 25.83 13.39 14.59 -
YUV 82.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 197 20 105 0 0.90 0.47 0.23 331.19 0.82 0.43
Hex C5 14 69 0 5A 2F 17 14B 52 2B
Octal 305 24 151 0 132 57 27 513 122 53
Binary 11000101 10100 1101001 0 1011010 101111 10111 101001011 1010010 101011

Color Harmonies of #C51469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51469

Black with #C51469

Text Example


Text Example

White with #C51469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51469; }

 p { color: rgb(197,20,105); }

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

background-color css

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

 a { background-color: rgb(197,20,105); }

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

border-color css

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

 span { border-color: rgb(197,20,105); }

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