Html Css Color HEX #C50264 Ruby

📋 copy color: '#C50264'

red 197 ◦ green 2 ◦ blue 100

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

Shades of Ruby #C50264

Tints of Ruby #C50264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 65.89%
G = 0.67%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C50264 (or 0xC50264) is known color: Ruby. HEX triplet: C5, 02 and 64. RGB value is (197,2,100). Sum of RGB (Red+Green+Blue) = 197+2+100=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C50264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50264 is #3AFD9B. Grayscale: #474747. Windows color (decimal): -3866012 or 6554309. OLE color: 6554309.

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

Color convert

RGB 197 2 100 -
CMYK 0 0.99 0.49 0.23
HSL 329.85º 0.98% 0.39% -
HSV(B) 329.85º 0.99% 0.77% -
XYZ 25.35 12.83 13.2 -
YUV 71.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 197 2 100 0 0.99 0.49 0.23 329.85 0.98 0.39
Hex C5 2 64 0 63 31 17 14A 62 27
Octal 305 2 144 0 143 61 27 512 142 47
Binary 11000101 10 1100100 0 1100011 110001 10111 101001010 1100010 100111

Color Harmonies of #C50264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50264

Black with #C50264

Text Example


Text Example

White with #C50264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50264; }

 p { color: rgb(197,2,100); }

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

background-color css

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

 a { background-color: rgb(197,2,100); }

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

border-color css

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

 span { border-color: rgb(197,2,100); }

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