Html Css Color HEX #C63149 Old Rose

📋 copy color: '#C63149'

red 198 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #C63149

Tints of Old Rose #C63149

RGB

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

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

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

R = 61.88%
G = 15.31%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C63149 (or 0xC63149) is known color: Old Rose. HEX triplet: C6, 31 and 49. RGB value is (198,49,73). Sum of RGB (Red+Green+Blue) = 198+49+73=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C63149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63149 is #39CEB6. Grayscale: #606060. Windows color (decimal): -3788471 or 4796870. OLE color: 4796870.

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

Color convert

RGB 198 49 73 -
CMYK 0 0.75 0.63 0.22
HSL 350.34º 0.6% 0.48% -
HSV(B) 350.34º 0.75% 0.78% -
XYZ 25.59 14.68 7.79 -
YUV 96.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 198 49 73 0 0.75 0.63 0.22 350.34 0.6 0.48
Hex C6 31 49 0 4B 3F 16 15E 3C 30
Octal 306 61 111 0 113 77 26 536 74 60
Binary 11000110 110001 1001001 0 1001011 111111 10110 101011110 111100 110000

Color Harmonies of #C63149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63149

Black with #C63149

Text Example


Text Example

White with #C63149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63149; }

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

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

background-color css

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

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

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

border-color css

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

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

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