Html Css Color HEX #C43549 Old Rose

📋 copy color: '#C43549'

red 196 ◦ green 53 ◦ blue 73

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

Shades of Old Rose #C43549

Tints of Old Rose #C43549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 60.87%
G = 16.46%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C43549 (or 0xC43549) is known color: Old Rose. HEX triplet: C4, 35 and 49. RGB value is (196,53,73). Sum of RGB (Red+Green+Blue) = 196+53+73=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C43549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43549 is #3BCAB6. Grayscale: #626262. Windows color (decimal): -3918519 or 4797892. OLE color: 4797892.

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

Color convert

RGB 196 53 73 -
CMYK 0 0.73 0.63 0.23
HSL 351.61º 0.57% 0.49% -
HSV(B) 351.61º 0.73% 0.77% -
XYZ 25.24 14.76 7.82 -
YUV 98.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 196 53 73 0 0.73 0.63 0.23 351.61 0.57 0.49
Hex C4 35 49 0 49 3F 17 160 39 31
Octal 304 65 111 0 111 77 27 540 71 61
Binary 11000100 110101 1001001 0 1001001 111111 10111 101100000 111001 110001

Color Harmonies of #C43549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43549

Black with #C43549

Text Example


Text Example

White with #C43549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43549; }

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

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

background-color css

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

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

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

border-color css

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

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

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