Html Css Color HEX #C40664 Ruby

📋 copy color: '#C40664'

red 196 ◦ green 6 ◦ blue 100

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

Shades of Ruby #C40664

Tints of Ruby #C40664

RGB

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

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

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

R = 64.9%
G = 1.99%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C40664 (or 0xC40664) is known color: Ruby. HEX triplet: C4, 06 and 64. RGB value is (196,6,100). Sum of RGB (Red+Green+Blue) = 196+6+100=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C40664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40664 is #3BF99B. Grayscale: #494949. Windows color (decimal): -3930524 or 6555332. OLE color: 6555332.

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

Color convert

RGB 196 6 100 -
CMYK 0 0.97 0.49 0.23
HSL 330.32º 0.94% 0.4% -
HSV(B) 330.32º 0.97% 0.77% -
XYZ 25.13 12.79 13.2 -
YUV 73.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 196 6 100 0 0.97 0.49 0.23 330.32 0.94 0.4
Hex C4 6 64 0 61 31 17 14A 5E 28
Octal 304 6 144 0 141 61 27 512 136 50
Binary 11000100 110 1100100 0 1100001 110001 10111 101001010 1011110 101000

Color Harmonies of #C40664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40664

Black with #C40664

Text Example


Text Example

White with #C40664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40664; }

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

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

background-color css

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

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

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

border-color css

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

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

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