Html Css Color HEX #C03C59 Old Rose

📋 copy color: '#C03C59'

red 192 ◦ green 60 ◦ blue 89

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

Shades of Old Rose #C03C59

Tints of Old Rose #C03C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 56.3%
G = 17.6%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03C59 (or 0xC03C59) is known color: Old Rose. HEX triplet: C0, 3C and 59. RGB value is (192,60,89). Sum of RGB (Red+Green+Blue) = 192+60+89=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C59 is #3FC3A6. Grayscale: #666666. Windows color (decimal): -4178855 or 5848256. OLE color: 5848256.

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

Color convert

RGB 192 60 89 -
CMYK 0 0.69 0.54 0.25
HSL 346.82º 0.52% 0.49% -
HSV(B) 346.82º 0.69% 0.75% -
XYZ 25.16 15.16 11.05 -
YUV 102.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 192 60 89 0 0.69 0.54 0.25 346.82 0.52 0.49
Hex C0 3C 59 0 45 36 19 15B 34 31
Octal 300 74 131 0 105 66 31 533 64 61
Binary 11000000 111100 1011001 0 1000101 110110 11001 101011011 110100 110001

Color Harmonies of #C03C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C59

Black with #C03C59

Text Example


Text Example

White with #C03C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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