Html Css Color HEX #C42A49 Old Rose

📋 copy color: '#C42A49'

red 196 ◦ green 42 ◦ blue 73

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

Shades of Old Rose #C42A49

Tints of Old Rose #C42A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.5%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 63.02%
G = 13.5%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C42A49 (or 0xC42A49) is known color: Old Rose. HEX triplet: C4, 2A and 49. RGB value is (196,42,73). Sum of RGB (Red+Green+Blue) = 196+42+73=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A49 is #3BD5B6. Grayscale: #5B5B5B. Windows color (decimal): -3921335 or 4795076. OLE color: 4795076.

HSL color Cylindrical-coordinate representation of color #C42A49: hue angle of 347.92º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A49 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 42 73 -
CMYK 0 0.79 0.63 0.23
HSL 347.92º 0.65% 0.47% -
HSV(B) 347.92º 0.79% 0.77% -
XYZ 24.8 13.87 7.67 -
YUV 91.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 196 42 73 0 0.79 0.63 0.23 347.92 0.65 0.47
Hex C4 2A 49 0 4F 3F 17 15C 41 2F
Octal 304 52 111 0 117 77 27 534 101 57
Binary 11000100 101010 1001001 0 1001111 111111 10111 101011100 1000001 101111

Color Harmonies of #C42A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A49

Black with #C42A49

Text Example


Text Example

White with #C42A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A49; }

 p { color: rgb(196,42,73); }

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

background-color css

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

 a { background-color: rgb(196,42,73); }

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

border-color css

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

 span { border-color: rgb(196,42,73); }

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