Html Css Color HEX #C40968 Ruby

📋 copy color: '#C40968'

red 196 ◦ green 9 ◦ blue 104

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

Shades of Ruby #C40968

Tints of Ruby #C40968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 63.43%
G = 2.91%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C40968 (or 0xC40968) is known color: Ruby. HEX triplet: C4, 09 and 68. RGB value is (196,9,104). Sum of RGB (Red+Green+Blue) = 196+9+104=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C40968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40968 is #3BF697. Grayscale: #4B4B4B. Windows color (decimal): -3929752 or 6818244. OLE color: 6818244.

HSL color Cylindrical-coordinate representation of color #C40968: hue angle of 329.52º degrees, saturation: 0.91, 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 #C40968 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 9 104 -
CMYK 0 0.95 0.47 0.23
HSL 329.52º 0.91% 0.4% -
HSV(B) 329.52º 0.95% 0.77% -
XYZ 25.36 12.93 14.26 -
YUV 75.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 196 9 104 0 0.95 0.47 0.23 329.52 0.91 0.4
Hex C4 9 68 0 5F 2F 17 14A 5B 28
Octal 304 11 150 0 137 57 27 512 133 50
Binary 11000100 1001 1101000 0 1011111 101111 10111 101001010 1011011 101000

Color Harmonies of #C40968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40968

Black with #C40968

Text Example


Text Example

White with #C40968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40968; }

 p { color: rgb(196,9,104); }

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

background-color css

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

 a { background-color: rgb(196,9,104); }

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

border-color css

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

 span { border-color: rgb(196,9,104); }

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