Html Css Color HEX #C03A59 Old Rose

📋 copy color: '#C03A59'

red 192 ◦ green 58 ◦ blue 89

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

Shades of Old Rose #C03A59

Tints of Old Rose #C03A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 56.64%
G = 17.11%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03A59 (or 0xC03A59) is known color: Old Rose. HEX triplet: C0, 3A and 59. RGB value is (192,58,89). Sum of RGB (Red+Green+Blue) = 192+58+89=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A59 is #3FC5A6. Grayscale: #656565. Windows color (decimal): -4179367 or 5847744. OLE color: 5847744.

HSL color Cylindrical-coordinate representation of color #C03A59: hue angle of 346.12º 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 #C03A59 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 89 -
CMYK 0 0.70 0.54 0.25
HSL 346.12º 0.54% 0.49% -
HSV(B) 346.12º 0.7% 0.75% -
XYZ 25.05 14.95 11.02 -
YUV 101.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 192 58 89 0 0.70 0.54 0.25 346.12 0.54 0.49
Hex C0 3A 59 0 46 36 19 15A 36 31
Octal 300 72 131 0 106 66 31 532 66 61
Binary 11000000 111010 1011001 0 1000110 110110 11001 101011010 110110 110001

Color Harmonies of #C03A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A59

Black with #C03A59

Text Example


Text Example

White with #C03A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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