Html Css Color HEX #C03559 Old Rose

📋 copy color: '#C03559'

red 192 ◦ green 53 ◦ blue 89

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

Shades of Old Rose #C03559

Tints of Old Rose #C03559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 57.49%
G = 15.87%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03559 (or 0xC03559) is known color: Old Rose. HEX triplet: C0, 35 and 59. RGB value is (192,53,89). Sum of RGB (Red+Green+Blue) = 192+53+89=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C03559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03559 is #3FCAA6. Grayscale: #626262. Windows color (decimal): -4180647 or 5846464. OLE color: 5846464.

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

Color convert

RGB 192 53 89 -
CMYK 0 0.72 0.54 0.25
HSL 344.46º 0.57% 0.48% -
HSV(B) 344.46º 0.72% 0.75% -
XYZ 24.81 14.47 10.94 -
YUV 98.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 192 53 89 0 0.72 0.54 0.25 344.46 0.57 0.48
Hex C0 35 59 0 48 36 19 158 39 30
Octal 300 65 131 0 110 66 31 530 71 60
Binary 11000000 110101 1011001 0 1001000 110110 11001 101011000 111001 110000

Color Harmonies of #C03559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03559

Black with #C03559

Text Example


Text Example

White with #C03559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03559; }

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

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

background-color css

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

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

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

border-color css

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

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

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