Html Css Color HEX #C63049 Old Rose

📋 copy color: '#C63049'

red 198 ◦ green 48 ◦ blue 73

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

Shades of Old Rose #C63049

Tints of Old Rose #C63049

RGB

 RED value IS 198 (77.73% from 255) = 62.07%

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 62.07%
G = 15.05%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C63049 (or 0xC63049) is known color: Old Rose. HEX triplet: C6, 30 and 49. RGB value is (198,48,73). Sum of RGB (Red+Green+Blue) = 198+48+73=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63049 is #39CFB6. Grayscale: #5F5F5F. Windows color (decimal): -3788727 or 4796614. OLE color: 4796614.

HSL color Cylindrical-coordinate representation of color #C63049: hue angle of 350º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63049 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 73 -
CMYK 0 0.76 0.63 0.22
HSL 350º 0.61% 0.48% -
HSV(B) 350º 0.76% 0.78% -
XYZ 25.55 14.6 7.78 -
YUV 95.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 198 48 73 0 0.76 0.63 0.22 350 0.61 0.48
Hex C6 30 49 0 4C 3F 16 15E 3D 30
Octal 306 60 111 0 114 77 26 536 75 60
Binary 11000110 110000 1001001 0 1001100 111111 10110 101011110 111101 110000

Color Harmonies of #C63049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63049

Black with #C63049

Text Example


Text Example

White with #C63049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63049; }

 p { color: rgb(198,48,73); }

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

background-color css

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

 a { background-color: rgb(198,48,73); }

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

border-color css

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

 span { border-color: rgb(198,48,73); }

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