Html Css Color HEX #C50669 Ruby

📋 copy color: '#C50669'

red 197 ◦ green 6 ◦ blue 105

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

Shades of Ruby #C50669

Tints of Ruby #C50669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 63.96%
G = 1.95%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50669 (or 0xC50669) is known color: Ruby. HEX triplet: C5, 06 and 69. RGB value is (197,6,105). Sum of RGB (Red+Green+Blue) = 197+6+105=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C50669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50669 is #3AF996. Grayscale: #4A4A4A. Windows color (decimal): -3864983 or 6883013. OLE color: 6883013.

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

Color convert

RGB 197 6 105 -
CMYK 0 0.97 0.47 0.23
HSL 328.9º 0.94% 0.4% -
HSV(B) 328.9º 0.97% 0.77% -
XYZ 25.64 13.02 14.53 -
YUV 74.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 197 6 105 0 0.97 0.47 0.23 328.9 0.94 0.4
Hex C5 6 69 0 61 2F 17 149 5E 28
Octal 305 6 151 0 141 57 27 511 136 50
Binary 11000101 110 1101001 0 1100001 101111 10111 101001001 1011110 101000

Color Harmonies of #C50669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50669

Black with #C50669

Text Example


Text Example

White with #C50669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50669; }

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

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

background-color css

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

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

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

border-color css

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

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

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