Html Css Color HEX #C41955 Old Rose

📋 copy color: '#C41955'

red 196 ◦ green 25 ◦ blue 85

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

Shades of Old Rose #C41955

Tints of Old Rose #C41955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 64.05%
G = 8.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C41955 (or 0xC41955) is known color: Old Rose. HEX triplet: C4, 19 and 55. RGB value is (196,25,85). Sum of RGB (Red+Green+Blue) = 196+25+85=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C41955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41955 is #3BE6AA. Grayscale: #525252. Windows color (decimal): -3925675 or 5577156. OLE color: 5577156.

HSL color Cylindrical-coordinate representation of color #C41955: hue angle of 338.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41955 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 85 -
CMYK 0 0.87 0.57 0.23
HSL 338.95º 0.77% 0.43% -
HSV(B) 338.95º 0.87% 0.77% -
XYZ 24.75 13.09 9.82 -
YUV 82.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 196 25 85 0 0.87 0.57 0.23 338.95 0.77 0.43
Hex C4 19 55 0 57 39 17 153 4D 2B
Octal 304 31 125 0 127 71 27 523 115 53
Binary 11000100 11001 1010101 0 1010111 111001 10111 101010011 1001101 101011

Color Harmonies of #C41955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41955

Black with #C41955

Text Example


Text Example

White with #C41955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41955; }

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

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

background-color css

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

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

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

border-color css

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

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

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