Html Css Color HEX #C50369 Ruby

📋 copy color: '#C50369'

red 197 ◦ green 3 ◦ blue 105

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

Shades of Ruby #C50369

Tints of Ruby #C50369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 64.59%
G = 0.98%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50369 (or 0xC50369) is known color: Ruby. HEX triplet: C5, 03 and 69. RGB value is (197,3,105). Sum of RGB (Red+Green+Blue) = 197+3+105=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C50369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50369 is #3AFC96. Grayscale: #484848. Windows color (decimal): -3865751 or 6882245. OLE color: 6882245.

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

Color convert

RGB 197 3 105 -
CMYK 0 0.98 0.47 0.23
HSL 328.45º 0.97% 0.39% -
HSV(B) 328.45º 0.98% 0.77% -
XYZ 25.61 12.96 14.52 -
YUV 72.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 197 3 105 0 0.98 0.47 0.23 328.45 0.97 0.39
Hex C5 3 69 0 62 2F 17 148 61 27
Octal 305 3 151 0 142 57 27 510 141 47
Binary 11000101 11 1101001 0 1100010 101111 10111 101001000 1100001 100111

Color Harmonies of #C50369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50369

Black with #C50369

Text Example


Text Example

White with #C50369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50369; }

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

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

background-color css

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

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

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

border-color css

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

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

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