Html Css Color HEX #C03159 Old Rose

📋 copy color: '#C03159'

red 192 ◦ green 49 ◦ blue 89

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

Shades of Old Rose #C03159

Tints of Old Rose #C03159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 58.18%
G = 14.85%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03159 (or 0xC03159) is known color: Old Rose. HEX triplet: C0, 31 and 59. RGB value is (192,49,89). Sum of RGB (Red+Green+Blue) = 192+49+89=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03159 is #3FCEA6. Grayscale: #606060. Windows color (decimal): -4181671 or 5845440. OLE color: 5845440.

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

Color convert

RGB 192 49 89 -
CMYK 0 0.74 0.54 0.25
HSL 343.22º 0.59% 0.47% -
HSV(B) 343.22º 0.74% 0.75% -
XYZ 24.64 14.12 10.88 -
YUV 96.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 192 49 89 0 0.74 0.54 0.25 343.22 0.59 0.47
Hex C0 31 59 0 4A 36 19 157 3B 2F
Octal 300 61 131 0 112 66 31 527 73 57
Binary 11000000 110001 1011001 0 1001010 110110 11001 101010111 111011 101111

Color Harmonies of #C03159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03159

Black with #C03159

Text Example


Text Example

White with #C03159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03159; }

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

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

background-color css

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

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

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

border-color css

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

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

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