Html Css Color HEX #C40955 Ruby

📋 copy color: '#C40955'

red 196 ◦ green 9 ◦ blue 85

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

Shades of Ruby #C40955

Tints of Ruby #C40955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 67.59%
G = 3.1%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C40955 (or 0xC40955) is known color: Ruby. HEX triplet: C4, 09 and 55. RGB value is (196,9,85). Sum of RGB (Red+Green+Blue) = 196+9+85=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C40955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40955 is #3BF6AA. Grayscale: #494949. Windows color (decimal): -3929771 or 5573060. OLE color: 5573060.

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

Color convert

RGB 196 9 85 -
CMYK 0 0.95 0.57 0.23
HSL 335.62º 0.91% 0.4% -
HSV(B) 335.62º 0.95% 0.77% -
XYZ 24.5 12.59 9.73 -
YUV 73.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 196 9 85 0 0.95 0.57 0.23 335.62 0.91 0.4
Hex C4 9 55 0 5F 39 17 150 5B 28
Octal 304 11 125 0 137 71 27 520 133 50
Binary 11000100 1001 1010101 0 1011111 111001 10111 101010000 1011011 101000

Color Harmonies of #C40955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40955

Black with #C40955

Text Example


Text Example

White with #C40955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40955; }

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

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

background-color css

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

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

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

border-color css

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

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

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