Html Css Color HEX #C03A53 Old Rose

📋 copy color: '#C03A53'

red 192 ◦ green 58 ◦ blue 83

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

Shades of Old Rose #C03A53

Tints of Old Rose #C03A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 57.66%
G = 17.42%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03A53 (or 0xC03A53) is known color: Old Rose. HEX triplet: C0, 3A and 53. RGB value is (192,58,83). Sum of RGB (Red+Green+Blue) = 192+58+83=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A53 is #3FC5AC. Grayscale: #646464. Windows color (decimal): -4179373 or 5454528. OLE color: 5454528.

HSL color Cylindrical-coordinate representation of color #C03A53: hue angle of 348.81º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A53 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 83 -
CMYK 0 0.70 0.57 0.25
HSL 348.81º 0.54% 0.49% -
HSV(B) 348.81º 0.7% 0.75% -
XYZ 24.81 14.86 9.74 -
YUV 100.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 192 58 83 0 0.70 0.57 0.25 348.81 0.54 0.49
Hex C0 3A 53 0 46 39 19 15D 36 31
Octal 300 72 123 0 106 71 31 535 66 61
Binary 11000000 111010 1010011 0 1000110 111001 11001 101011101 110110 110001

Color Harmonies of #C03A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A53

Black with #C03A53

Text Example


Text Example

White with #C03A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A53; }

 p { color: rgb(192,58,83); }

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

background-color css

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

 a { background-color: rgb(192,58,83); }

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

border-color css

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

 span { border-color: rgb(192,58,83); }

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