Html Css Color HEX #C43149 Old Rose

📋 copy color: '#C43149'

red 196 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #C43149

Tints of Old Rose #C43149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 61.64%
G = 15.41%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C43149 (or 0xC43149) is known color: Old Rose. HEX triplet: C4, 31 and 49. RGB value is (196,49,73). Sum of RGB (Red+Green+Blue) = 196+49+73=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43149 is #3BCEB6. Grayscale: #5F5F5F. Windows color (decimal): -3919543 or 4796868. OLE color: 4796868.

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

Color convert

RGB 196 49 73 -
CMYK 0 0.75 0.63 0.23
HSL 350.2º 0.6% 0.48% -
HSV(B) 350.2º 0.75% 0.77% -
XYZ 25.07 14.41 7.76 -
YUV 95.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 196 49 73 0 0.75 0.63 0.23 350.2 0.6 0.48
Hex C4 31 49 0 4B 3F 17 15E 3C 30
Octal 304 61 111 0 113 77 27 536 74 60
Binary 11000100 110001 1001001 0 1001011 111111 10111 101011110 111100 110000

Color Harmonies of #C43149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43149

Black with #C43149

Text Example


Text Example

White with #C43149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43149; }

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

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

background-color css

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

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

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

border-color css

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

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

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