Html Css Color HEX #C42449 Old Rose

📋 copy color: '#C42449'

red 196 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #C42449

Tints of Old Rose #C42449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

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

R = 64.26%
G = 11.8%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C42449 (or 0xC42449) is known color: Old Rose. HEX triplet: C4, 24 and 49. RGB value is (196,36,73). Sum of RGB (Red+Green+Blue) = 196+36+73=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C42449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42449 is #3BDBB6. Grayscale: #585858. Windows color (decimal): -3922871 or 4793540. OLE color: 4793540.

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

Color convert

RGB 196 36 73 -
CMYK 0 0.82 0.63 0.23
HSL 346.13º 0.69% 0.45% -
HSV(B) 346.13º 0.82% 0.77% -
XYZ 24.6 13.48 7.61 -
YUV 88.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 196 36 73 0 0.82 0.63 0.23 346.13 0.69 0.45
Hex C4 24 49 0 52 3F 17 15A 45 2D
Octal 304 44 111 0 122 77 27 532 105 55
Binary 11000100 100100 1001001 0 1010010 111111 10111 101011010 1000101 101101

Color Harmonies of #C42449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42449

Black with #C42449

Text Example


Text Example

White with #C42449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42449; }

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

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

background-color css

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

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

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

border-color css

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

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

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