Html Css Color HEX #C03A58 Old Rose

📋 copy color: '#C03A58'

red 192 ◦ green 58 ◦ blue 88

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

Shades of Old Rose #C03A58

Tints of Old Rose #C03A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 56.8%
G = 17.16%
B = 26.04%

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

#C03A58 (or 0xC03A58) is known color: Old Rose. HEX triplet: C0, 3A and 58. RGB value is (192,58,88). Sum of RGB (Red+Green+Blue) = 192+58+88=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A58 is #3FC5A7. Grayscale: #656565. Windows color (decimal): -4179368 or 5782208. OLE color: 5782208.

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

Color convert

RGB 192 58 88 -
CMYK 0 0.70 0.54 0.25
HSL 346.57º 0.54% 0.49% -
HSV(B) 346.57º 0.7% 0.75% -
XYZ 25.01 14.94 10.8 -
YUV 101.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 192 58 88 0 0.70 0.54 0.25 346.57 0.54 0.49
Hex C0 3A 58 0 46 36 19 15B 36 31
Octal 300 72 130 0 106 66 31 533 66 61
Binary 11000000 111010 1011000 0 1000110 110110 11001 101011011 110110 110001

Color Harmonies of #C03A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A58

Black with #C03A58

Text Example


Text Example

White with #C03A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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