Html Css Color HEX #C41657 Ruby

📋 copy color: '#C41657'

red 196 ◦ green 22 ◦ blue 87

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

Shades of Ruby #C41657

Tints of Ruby #C41657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

 BLUE value IS 87 (34.38% from 255) = 28.52%

R = 64.26%
G = 7.21%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C41657 (or 0xC41657) is known color: Ruby. HEX triplet: C4, 16 and 57. RGB value is (196,22,87). Sum of RGB (Red+Green+Blue) = 196+22+87=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C41657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41657 is #3BE9A8. Grayscale: #515151. Windows color (decimal): -3926441 or 5707460. OLE color: 5707460.

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

Color convert

RGB 196 22 87 -
CMYK 0 0.89 0.56 0.23
HSL 337.59º 0.8% 0.43% -
HSV(B) 337.59º 0.89% 0.77% -
XYZ 24.77 13 10.22 -
YUV 81.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 196 22 87 0 0.89 0.56 0.23 337.59 0.8 0.43
Hex C4 16 57 0 59 38 17 152 50 2B
Octal 304 26 127 0 131 70 27 522 120 53
Binary 11000100 10110 1010111 0 1011001 111000 10111 101010010 1010000 101011

Color Harmonies of #C41657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41657

Black with #C41657

Text Example


Text Example

White with #C41657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41657; }

 p { color: rgb(196,22,87); }

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

background-color css

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

 a { background-color: rgb(196,22,87); }

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

border-color css

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

 span { border-color: rgb(196,22,87); }

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