Html Css Color HEX #C02549 Old Rose

📋 copy color: '#C02549'

red 192 ◦ green 37 ◦ blue 73

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

Shades of Old Rose #C02549

Tints of Old Rose #C02549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 63.58%
G = 12.25%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C02549 (or 0xC02549) is known color: Old Rose. HEX triplet: C0, 25 and 49. RGB value is (192,37,73). Sum of RGB (Red+Green+Blue) = 192+37+73=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02549 is #3FDAB6. Grayscale: #575757. Windows color (decimal): -4184759 or 4793792. OLE color: 4793792.

HSL color Cylindrical-coordinate representation of color #C02549: hue angle of 346.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02549 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 73 -
CMYK 0 0.81 0.62 0.25
HSL 346.06º 0.68% 0.45% -
HSV(B) 346.06º 0.81% 0.75% -
XYZ 23.6 13.01 7.57 -
YUV 87.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 192 37 73 0 0.81 0.62 0.25 346.06 0.68 0.45
Hex C0 25 49 0 51 3E 19 15A 44 2D
Octal 300 45 111 0 121 76 31 532 104 55
Binary 11000000 100101 1001001 0 1010001 111110 11001 101011010 1000100 101101

Color Harmonies of #C02549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02549

Black with #C02549

Text Example


Text Example

White with #C02549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02549; }

 p { color: rgb(192,37,73); }

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

background-color css

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

 a { background-color: rgb(192,37,73); }

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

border-color css

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

 span { border-color: rgb(192,37,73); }

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