Html Css Color HEX #C41C5A Old Rose

📋 copy color: '#C41C5A'

red 196 ◦ green 28 ◦ blue 90

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

Shades of Old Rose #C41C5A

Tints of Old Rose #C41C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 62.42%
G = 8.92%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C41C5A (or 0xC41C5A) is known color: Old Rose. HEX triplet: C4, 1C and 5A. RGB value is (196,28,90). Sum of RGB (Red+Green+Blue) = 196+28+90=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C5A is #3BE3A5. Grayscale: #555555. Windows color (decimal): -3924902 or 5905604. OLE color: 5905604.

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

Color convert

RGB 196 28 90 -
CMYK 0 0.86 0.54 0.23
HSL 337.86º 0.75% 0.44% -
HSV(B) 337.86º 0.86% 0.77% -
XYZ 25.03 13.3 10.92 -
YUV 85.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 196 28 90 0 0.86 0.54 0.23 337.86 0.75 0.44
Hex C4 1C 5A 0 56 36 17 152 4B 2C
Octal 304 34 132 0 126 66 27 522 113 54
Binary 11000100 11100 1011010 0 1010110 110110 10111 101010010 1001011 101100

Color Harmonies of #C41C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C5A

Black with #C41C5A

Text Example


Text Example

White with #C41C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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