Html Css Color HEX #C40863 Ruby

📋 copy color: '#C40863'

red 196 ◦ green 8 ◦ blue 99

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

Shades of Ruby #C40863

Tints of Ruby #C40863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 64.69%
G = 2.64%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C40863 (or 0xC40863) is known color: Ruby. HEX triplet: C4, 08 and 63. RGB value is (196,8,99). Sum of RGB (Red+Green+Blue) = 196+8+99=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C40863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40863 is #3BF79C. Grayscale: #4A4A4A. Windows color (decimal): -3930013 or 6490308. OLE color: 6490308.

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

Color convert

RGB 196 8 99 -
CMYK 0 0.96 0.49 0.23
HSL 330.96º 0.92% 0.4% -
HSV(B) 330.96º 0.96% 0.77% -
XYZ 25.1 12.81 12.95 -
YUV 74.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 196 8 99 0 0.96 0.49 0.23 330.96 0.92 0.4
Hex C4 8 63 0 60 31 17 14B 5C 28
Octal 304 10 143 0 140 61 27 513 134 50
Binary 11000100 1000 1100011 0 1100000 110001 10111 101001011 1011100 101000

Color Harmonies of #C40863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40863

Black with #C40863

Text Example


Text Example

White with #C40863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40863; }

 p { color: rgb(196,8,99); }

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

background-color css

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

 a { background-color: rgb(196,8,99); }

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

border-color css

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

 span { border-color: rgb(196,8,99); }

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