Html Css Color HEX #C40A64 Ruby

📋 copy color: '#C40A64'

red 196 ◦ green 10 ◦ blue 100

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

Shades of Ruby #C40A64

Tints of Ruby #C40A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.27%

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

R = 64.05%
G = 3.27%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C40A64 (or 0xC40A64) is known color: Ruby. HEX triplet: C4, 0A and 64. RGB value is (196,10,100). Sum of RGB (Red+Green+Blue) = 196+10+100=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A64 is #3BF59B. Grayscale: #4B4B4B. Windows color (decimal): -3929500 or 6556356. OLE color: 6556356.

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

Color convert

RGB 196 10 100 -
CMYK 0 0.95 0.49 0.23
HSL 330.97º 0.9% 0.4% -
HSV(B) 330.97º 0.95% 0.77% -
XYZ 25.17 12.87 13.21 -
YUV 75.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 196 10 100 0 0.95 0.49 0.23 330.97 0.9 0.4
Hex C4 A 64 0 5F 31 17 14B 5A 28
Octal 304 12 144 0 137 61 27 513 132 50
Binary 11000100 1010 1100100 0 1011111 110001 10111 101001011 1011010 101000

Color Harmonies of #C40A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A64

Black with #C40A64

Text Example


Text Example

White with #C40A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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