Html Css Color HEX #C41C57 Old Rose

📋 copy color: '#C41C57'

red 196 ◦ green 28 ◦ blue 87

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

Shades of Old Rose #C41C57

Tints of Old Rose #C41C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 63.02%
G = 9%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C41C57 (or 0xC41C57) is known color: Old Rose. HEX triplet: C4, 1C and 57. RGB value is (196,28,87). Sum of RGB (Red+Green+Blue) = 196+28+87=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C57 is #3BE3A8. Grayscale: #545454. Windows color (decimal): -3924905 or 5708996. OLE color: 5708996.

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

Color convert

RGB 196 28 87 -
CMYK 0 0.86 0.56 0.23
HSL 338.93º 0.75% 0.44% -
HSV(B) 338.93º 0.86% 0.77% -
XYZ 24.9 13.25 10.26 -
YUV 84.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 196 28 87 0 0.86 0.56 0.23 338.93 0.75 0.44
Hex C4 1C 57 0 56 38 17 153 4B 2C
Octal 304 34 127 0 126 70 27 523 113 54
Binary 11000100 11100 1010111 0 1010110 111000 10111 101010011 1001011 101100

Color Harmonies of #C41C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C57

Black with #C41C57

Text Example


Text Example

White with #C41C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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