Html Css Color HEX #C50B69 Ruby

📋 copy color: '#C50B69'

red 197 ◦ green 11 ◦ blue 105

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

Shades of Ruby #C50B69

Tints of Ruby #C50B69

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

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

R = 62.94%
G = 3.51%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50B69 (or 0xC50B69) is known color: Ruby. HEX triplet: C5, 0B and 69. RGB value is (197,11,105). Sum of RGB (Red+Green+Blue) = 197+11+105=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B69 is #3AF496. Grayscale: #4D4D4D. Windows color (decimal): -3863703 or 6884293. OLE color: 6884293.

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

Color convert

RGB 197 11 105 -
CMYK 0 0.94 0.47 0.23
HSL 329.68º 0.89% 0.41% -
HSV(B) 329.68º 0.94% 0.77% -
XYZ 25.7 13.13 14.54 -
YUV 77.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 197 11 105 0 0.94 0.47 0.23 329.68 0.89 0.41
Hex C5 B 69 0 5E 2F 17 14A 59 29
Octal 305 13 151 0 136 57 27 512 131 51
Binary 11000101 1011 1101001 0 1011110 101111 10111 101001010 1011001 101001

Color Harmonies of #C50B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B69

Black with #C50B69

Text Example


Text Example

White with #C50B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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