Html Css Color HEX #C50267 Ruby

📋 copy color: '#C50267'

red 197 ◦ green 2 ◦ blue 103

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

Shades of Ruby #C50267

Tints of Ruby #C50267

RGB

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

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

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

R = 65.23%
G = 0.66%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C50267 (or 0xC50267) is known color: Ruby. HEX triplet: C5, 02 and 67. RGB value is (197,2,103). Sum of RGB (Red+Green+Blue) = 197+2+103=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50267 is #3AFD98. Grayscale: #474747. Windows color (decimal): -3866009 or 6750917. OLE color: 6750917.

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

Color convert

RGB 197 2 103 -
CMYK 0 0.99 0.48 0.23
HSL 328.92º 0.98% 0.39% -
HSV(B) 328.92º 0.99% 0.77% -
XYZ 25.5 12.89 13.98 -
YUV 71.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 197 2 103 0 0.99 0.48 0.23 328.92 0.98 0.39
Hex C5 2 67 0 63 30 17 149 62 27
Octal 305 2 147 0 143 60 27 511 142 47
Binary 11000101 10 1100111 0 1100011 110000 10111 101001001 1100010 100111

Color Harmonies of #C50267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50267

Black with #C50267

Text Example


Text Example

White with #C50267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50267; }

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

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

background-color css

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

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

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

border-color css

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

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

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