Html Css Color HEX #C03749 Old Rose

📋 copy color: '#C03749'

red 192 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #C03749

Tints of Old Rose #C03749

RGB

 RED value IS 192 (75.39% from 255) = 60%

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 60%
G = 17.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C03749 (or 0xC03749) is known color: Old Rose. HEX triplet: C0, 37 and 49. RGB value is (192,55,73). Sum of RGB (Red+Green+Blue) = 192+55+73=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03749 is #3FC8B6. Grayscale: #626262. Windows color (decimal): -4180151 or 4798400. OLE color: 4798400.

HSL color Cylindrical-coordinate representation of color #C03749: hue angle of 352.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03749 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 73 -
CMYK 0 0.71 0.62 0.25
HSL 352.12º 0.55% 0.48% -
HSV(B) 352.12º 0.71% 0.75% -
XYZ 24.31 14.42 7.81 -
YUV 98.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 192 55 73 0 0.71 0.62 0.25 352.12 0.55 0.48
Hex C0 37 49 0 47 3E 19 160 37 30
Octal 300 67 111 0 107 76 31 540 67 60
Binary 11000000 110111 1001001 0 1000111 111110 11001 101100000 110111 110000

Color Harmonies of #C03749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03749

Black with #C03749

Text Example


Text Example

White with #C03749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03749; }

 p { color: rgb(192,55,73); }

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

background-color css

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

 a { background-color: rgb(192,55,73); }

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

border-color css

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

 span { border-color: rgb(192,55,73); }

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