Html Css Color HEX #C41A56 Old Rose

📋 copy color: '#C41A56'

red 196 ◦ green 26 ◦ blue 86

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

Shades of Old Rose #C41A56

Tints of Old Rose #C41A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 63.64%
G = 8.44%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C41A56 (or 0xC41A56) is known color: Old Rose. HEX triplet: C4, 1A and 56. RGB value is (196,26,86). Sum of RGB (Red+Green+Blue) = 196+26+86=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A56 is #3BE5A9. Grayscale: #535353. Windows color (decimal): -3925418 or 5642948. OLE color: 5642948.

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

Color convert

RGB 196 26 86 -
CMYK 0 0.87 0.56 0.23
HSL 338.82º 0.77% 0.44% -
HSV(B) 338.82º 0.87% 0.77% -
XYZ 24.81 13.15 10.03 -
YUV 83.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 196 26 86 0 0.87 0.56 0.23 338.82 0.77 0.44
Hex C4 1A 56 0 57 38 17 153 4D 2C
Octal 304 32 126 0 127 70 27 523 115 54
Binary 11000100 11010 1010110 0 1010111 111000 10111 101010011 1001101 101100

Color Harmonies of #C41A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A56

Black with #C41A56

Text Example


Text Example

White with #C41A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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