Html Css Color HEX #C41A58 Old Rose

📋 copy color: '#C41A58'

red 196 ◦ green 26 ◦ blue 88

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

Shades of Old Rose #C41A58

Tints of Old Rose #C41A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 63.23%
G = 8.39%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41A58 (or 0xC41A58) is known color: Old Rose. HEX triplet: C4, 1A and 58. RGB value is (196,26,88). Sum of RGB (Red+Green+Blue) = 196+26+88=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A58 is #3BE5A7. Grayscale: #535353. Windows color (decimal): -3925416 or 5774020. OLE color: 5774020.

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

Color convert

RGB 196 26 88 -
CMYK 0 0.87 0.55 0.23
HSL 338.12º 0.77% 0.44% -
HSV(B) 338.12º 0.87% 0.77% -
XYZ 24.9 13.18 10.46 -
YUV 83.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 196 26 88 0 0.87 0.55 0.23 338.12 0.77 0.44
Hex C4 1A 58 0 57 37 17 152 4D 2C
Octal 304 32 130 0 127 67 27 522 115 54
Binary 11000100 11010 1011000 0 1010111 110111 10111 101010010 1001101 101100

Color Harmonies of #C41A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A58

Black with #C41A58

Text Example


Text Example

White with #C41A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A58; }

 p { color: rgb(196,26,88); }

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

background-color css

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

 a { background-color: rgb(196,26,88); }

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

border-color css

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

 span { border-color: rgb(196,26,88); }

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