Html Css Color HEX #C51265 Ruby

📋 copy color: '#C51265'

red 197 ◦ green 18 ◦ blue 101

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

Shades of Ruby #C51265

Tints of Ruby #C51265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 62.34%
G = 5.7%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C51265 (or 0xC51265) is known color: Ruby. HEX triplet: C5, 12 and 65. RGB value is (197,18,101). Sum of RGB (Red+Green+Blue) = 197+18+101=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C51265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51265 is #3AED9A. Grayscale: #505050. Windows color (decimal): -3861915 or 6623941. OLE color: 6623941.

HSL color Cylindrical-coordinate representation of color #C51265: hue angle of 332.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51265 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 101 -
CMYK 0 0.91 0.49 0.23
HSL 332.18º 0.83% 0.42% -
HSV(B) 332.18º 0.91% 0.77% -
XYZ 25.59 13.24 13.52 -
YUV 80.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 197 18 101 0 0.91 0.49 0.23 332.18 0.83 0.42
Hex C5 12 65 0 5B 31 17 14C 53 2A
Octal 305 22 145 0 133 61 27 514 123 52
Binary 11000101 10010 1100101 0 1011011 110001 10111 101001100 1010011 101010

Color Harmonies of #C51265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51265

Black with #C51265

Text Example


Text Example

White with #C51265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51265; }

 p { color: rgb(197,18,101); }

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

background-color css

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

 a { background-color: rgb(197,18,101); }

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

border-color css

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

 span { border-color: rgb(197,18,101); }

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