Html Css Color HEX #C40957 Ruby

📋 copy color: '#C40957'

red 196 ◦ green 9 ◦ blue 87

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

Shades of Ruby #C40957

Tints of Ruby #C40957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 67.12%
G = 3.08%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C40957 (or 0xC40957) is known color: Ruby. HEX triplet: C4, 09 and 57. RGB value is (196,9,87). Sum of RGB (Red+Green+Blue) = 196+9+87=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C40957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40957 is #3BF6A8. Grayscale: #494949. Windows color (decimal): -3929769 or 5704132. OLE color: 5704132.

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

Color convert

RGB 196 9 87 -
CMYK 0 0.95 0.56 0.23
HSL 334.97º 0.91% 0.4% -
HSV(B) 334.97º 0.95% 0.77% -
XYZ 24.58 12.62 10.16 -
YUV 73.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 196 9 87 0 0.95 0.56 0.23 334.97 0.91 0.4
Hex C4 9 57 0 5F 38 17 14F 5B 28
Octal 304 11 127 0 137 70 27 517 133 50
Binary 11000100 1001 1010111 0 1011111 111000 10111 101001111 1011011 101000

Color Harmonies of #C40957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40957

Black with #C40957

Text Example


Text Example

White with #C40957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40957; }

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

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

background-color css

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

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

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

border-color css

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

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

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