Html Css Color HEX #C40660 Ruby

📋 copy color: '#C40660'

red 196 ◦ green 6 ◦ blue 96

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

Shades of Ruby #C40660

Tints of Ruby #C40660

RGB

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

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

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

R = 65.77%
G = 2.01%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C40660 (or 0xC40660) is known color: Ruby. HEX triplet: C4, 06 and 60. RGB value is (196,6,96). Sum of RGB (Red+Green+Blue) = 196+6+96=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40660 is #3BF99F. Grayscale: #484848. Windows color (decimal): -3930528 or 6293188. OLE color: 6293188.

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

Color convert

RGB 196 6 96 -
CMYK 0 0.97 0.51 0.23
HSL 331.58º 0.94% 0.4% -
HSV(B) 331.58º 0.97% 0.77% -
XYZ 24.94 12.71 12.21 -
YUV 73.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 196 6 96 0 0.97 0.51 0.23 331.58 0.94 0.4
Hex C4 6 60 0 61 33 17 14C 5E 28
Octal 304 6 140 0 141 63 27 514 136 50
Binary 11000100 110 1100000 0 1100001 110011 10111 101001100 1011110 101000

Color Harmonies of #C40660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40660

Black with #C40660

Text Example


Text Example

White with #C40660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40660; }

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

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

background-color css

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

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

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

border-color css

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

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

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