Html Css Color HEX #C41664 Ruby

📋 copy color: '#C41664'

red 196 ◦ green 22 ◦ blue 100

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

Shades of Ruby #C41664

Tints of Ruby #C41664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 61.64%
G = 6.92%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C41664 (or 0xC41664) is known color: Ruby. HEX triplet: C4, 16 and 64. RGB value is (196,22,100). Sum of RGB (Red+Green+Blue) = 196+22+100=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C41664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41664 is #3BE99B. Grayscale: #525252. Windows color (decimal): -3926428 or 6559428. OLE color: 6559428.

HSL color Cylindrical-coordinate representation of color #C41664: hue angle of 333.1º 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 #C41664 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 22 100 -
CMYK 0 0.89 0.49 0.23
HSL 333.1º 0.8% 0.43% -
HSV(B) 333.1º 0.89% 0.77% -
XYZ 25.35 13.23 13.27 -
YUV 82.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 196 22 100 0 0.89 0.49 0.23 333.1 0.8 0.43
Hex C4 16 64 0 59 31 17 14D 50 2B
Octal 304 26 144 0 131 61 27 515 120 53
Binary 11000100 10110 1100100 0 1011001 110001 10111 101001101 1010000 101011

Color Harmonies of #C41664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41664

Black with #C41664

Text Example


Text Example

White with #C41664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41664; }

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

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

background-color css

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

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

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

border-color css

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

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

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