Html Css Color HEX #C03147 Old Rose

📋 copy color: '#C03147'

red 192 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #C03147

Tints of Old Rose #C03147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 61.54%
G = 15.71%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03147 (or 0xC03147) is known color: Old Rose. HEX triplet: C0, 31 and 47. RGB value is (192,49,71). Sum of RGB (Red+Green+Blue) = 192+49+71=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03147 is #3FCEB8. Grayscale: #5E5E5E. Windows color (decimal): -4181689 or 4665792. OLE color: 4665792.

HSL color Cylindrical-coordinate representation of color #C03147: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03147 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 71 -
CMYK 0 0.74 0.63 0.25
HSL 350.77º 0.59% 0.47% -
HSV(B) 350.77º 0.74% 0.75% -
XYZ 23.97 13.86 7.37 -
YUV 94.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 192 49 71 0 0.74 0.63 0.25 350.77 0.59 0.47
Hex C0 31 47 0 4A 3F 19 15F 3B 2F
Octal 300 61 107 0 112 77 31 537 73 57
Binary 11000000 110001 1000111 0 1001010 111111 11001 101011111 111011 101111

Color Harmonies of #C03147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03147

Black with #C03147

Text Example


Text Example

White with #C03147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03147; }

 p { color: rgb(192,49,71); }

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

background-color css

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

 a { background-color: rgb(192,49,71); }

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

border-color css

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

 span { border-color: rgb(192,49,71); }

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