Html Css Color HEX #C03B59 Old Rose

📋 copy color: '#C03B59'

red 192 ◦ green 59 ◦ blue 89

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

Shades of Old Rose #C03B59

Tints of Old Rose #C03B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

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

R = 56.47%
G = 17.35%
B = 26.18%

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

#C03B59 (or 0xC03B59) is known color: Old Rose. HEX triplet: C0, 3B and 59. RGB value is (192,59,89). Sum of RGB (Red+Green+Blue) = 192+59+89=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B59 is #3FC4A6. Grayscale: #666666. Windows color (decimal): -4179111 or 5848000. OLE color: 5848000.

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

Color convert

RGB 192 59 89 -
CMYK 0 0.69 0.54 0.25
HSL 346.47º 0.53% 0.49% -
HSV(B) 346.47º 0.69% 0.75% -
XYZ 25.11 15.06 11.03 -
YUV 102.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 192 59 89 0 0.69 0.54 0.25 346.47 0.53 0.49
Hex C0 3B 59 0 45 36 19 15A 35 31
Octal 300 73 131 0 105 66 31 532 65 61
Binary 11000000 111011 1011001 0 1000101 110110 11001 101011010 110101 110001

Color Harmonies of #C03B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B59

Black with #C03B59

Text Example


Text Example

White with #C03B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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