Html Css Color HEX #C41760 Ruby

📋 copy color: '#C41760'

red 196 ◦ green 23 ◦ blue 96

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

Shades of Ruby #C41760

Tints of Ruby #C41760

RGB

 RED value IS 196 (76.95% from 255) = 62.22%

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 62.22%
G = 7.3%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C41760 (or 0xC41760) is known color: Ruby. HEX triplet: C4, 17 and 60. RGB value is (196,23,96). Sum of RGB (Red+Green+Blue) = 196+23+96=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41760 is #3BE89F. Grayscale: #525252. Windows color (decimal): -3926176 or 6297540. OLE color: 6297540.

HSL color Cylindrical-coordinate representation of color #C41760: hue angle of 334.68º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41760 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 96 -
CMYK 0 0.88 0.51 0.23
HSL 334.68º 0.79% 0.43% -
HSV(B) 334.68º 0.88% 0.77% -
XYZ 25.18 13.19 12.29 -
YUV 83.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 196 23 96 0 0.88 0.51 0.23 334.68 0.79 0.43
Hex C4 17 60 0 58 33 17 14F 4F 2B
Octal 304 27 140 0 130 63 27 517 117 53
Binary 11000100 10111 1100000 0 1011000 110011 10111 101001111 1001111 101011

Color Harmonies of #C41760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41760

Black with #C41760

Text Example


Text Example

White with #C41760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41760; }

 p { color: rgb(196,23,96); }

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

background-color css

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

 a { background-color: rgb(196,23,96); }

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

border-color css

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

 span { border-color: rgb(196,23,96); }

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