Html Css Color HEX #C03C49 Old Rose

📋 copy color: '#C03C49'

red 192 ◦ green 60 ◦ blue 73

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

Shades of Old Rose #C03C49

Tints of Old Rose #C03C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 59.08%
G = 18.46%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C03C49 (or 0xC03C49) is known color: Old Rose. HEX triplet: C0, 3C and 49. RGB value is (192,60,73). Sum of RGB (Red+Green+Blue) = 192+60+73=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C49 is #3FC3B6. Grayscale: #656565. Windows color (decimal): -4178871 or 4799680. OLE color: 4799680.

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

Color convert

RGB 192 60 73 -
CMYK 0 0.69 0.62 0.25
HSL 354.09º 0.52% 0.49% -
HSV(B) 354.09º 0.69% 0.75% -
XYZ 24.56 14.92 7.89 -
YUV 100.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 192 60 73 0 0.69 0.62 0.25 354.09 0.52 0.49
Hex C0 3C 49 0 45 3E 19 162 34 31
Octal 300 74 111 0 105 76 31 542 64 61
Binary 11000000 111100 1001001 0 1000101 111110 11001 101100010 110100 110001

Color Harmonies of #C03C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C49

Black with #C03C49

Text Example


Text Example

White with #C03C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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