Html Css Color HEX #C50262 Ruby

📋 copy color: '#C50262'

red 197 ◦ green 2 ◦ blue 98

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

Shades of Ruby #C50262

Tints of Ruby #C50262

RGB

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

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

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

R = 66.33%
G = 0.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C50262 (or 0xC50262) is known color: Ruby. HEX triplet: C5, 02 and 62. RGB value is (197,2,98). Sum of RGB (Red+Green+Blue) = 197+2+98=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C50262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50262 is #3AFD9D. Grayscale: #474747. Windows color (decimal): -3866014 or 6423237. OLE color: 6423237.

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

Color convert

RGB 197 2 98 -
CMYK 0 0.99 0.50 0.23
HSL 330.46º 0.98% 0.39% -
HSV(B) 330.46º 0.99% 0.77% -
XYZ 25.25 12.8 12.69 -
YUV 71.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 197 2 98 0 0.99 0.50 0.23 330.46 0.98 0.39
Hex C5 2 62 0 63 32 17 14A 62 27
Octal 305 2 142 0 143 62 27 512 142 47
Binary 11000101 10 1100010 0 1100011 110010 10111 101001010 1100010 100111

Color Harmonies of #C50262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50262

Black with #C50262

Text Example


Text Example

White with #C50262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50262; }

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

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

background-color css

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

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

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

border-color css

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

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

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