Html Css Color HEX #C40857 Ruby

📋 copy color: '#C40857'

red 196 ◦ green 8 ◦ blue 87

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

Shades of Ruby #C40857

Tints of Ruby #C40857

RGB

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

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

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

R = 67.35%
G = 2.75%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C40857 (or 0xC40857) is known color: Ruby. HEX triplet: C4, 08 and 57. RGB value is (196,8,87). Sum of RGB (Red+Green+Blue) = 196+8+87=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C40857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40857 is #3BF7A8. Grayscale: #494949. Windows color (decimal): -3930025 or 5703876. OLE color: 5703876.

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

Color convert

RGB 196 8 87 -
CMYK 0 0.96 0.56 0.23
HSL 334.79º 0.92% 0.4% -
HSV(B) 334.79º 0.96% 0.77% -
XYZ 24.57 12.6 10.15 -
YUV 73.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 196 8 87 0 0.96 0.56 0.23 334.79 0.92 0.4
Hex C4 8 57 0 60 38 17 14F 5C 28
Octal 304 10 127 0 140 70 27 517 134 50
Binary 11000100 1000 1010111 0 1100000 111000 10111 101001111 1011100 101000

Color Harmonies of #C40857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40857

Black with #C40857

Text Example


Text Example

White with #C40857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40857; }

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

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

background-color css

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

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

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

border-color css

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

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

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