Html Css Color HEX #C03F49 Old Rose

📋 copy color: '#C03F49'

red 192 ◦ green 63 ◦ blue 73

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

Shades of Old Rose #C03F49

Tints of Old Rose #C03F49

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

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

R = 58.54%
G = 19.21%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C03F49 (or 0xC03F49) is known color: Old Rose. HEX triplet: C0, 3F and 49. RGB value is (192,63,73). Sum of RGB (Red+Green+Blue) = 192+63+73=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F49 is #3FC0B6. Grayscale: #666666. Windows color (decimal): -4178103 or 4800448. OLE color: 4800448.

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

Color convert

RGB 192 63 73 -
CMYK 0 0.67 0.62 0.25
HSL 355.35º 0.51% 0.5% -
HSV(B) 355.35º 0.67% 0.75% -
XYZ 24.72 15.24 7.94 -
YUV 102.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 192 63 73 0 0.67 0.62 0.25 355.35 0.51 0.5
Hex C0 3F 49 0 43 3E 19 163 33 32
Octal 300 77 111 0 103 76 31 543 63 62
Binary 11000000 111111 1001001 0 1000011 111110 11001 101100011 110011 110010

Color Harmonies of #C03F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F49

Black with #C03F49

Text Example


Text Example

White with #C03F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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