Html Css Color HEX #C02548 Old Rose

📋 copy color: '#C02548'

red 192 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #C02548

Tints of Old Rose #C02548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 63.79%
G = 12.29%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02548 (or 0xC02548) is known color: Old Rose. HEX triplet: C0, 25 and 48. RGB value is (192,37,72). Sum of RGB (Red+Green+Blue) = 192+37+72=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02548 is #3FDAB7. Grayscale: #575757. Windows color (decimal): -4184760 or 4728256. OLE color: 4728256.

HSL color Cylindrical-coordinate representation of color #C02548: hue angle of 346.45º 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 #C02548 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 72 -
CMYK 0 0.81 0.63 0.25
HSL 346.45º 0.68% 0.45% -
HSV(B) 346.45º 0.81% 0.75% -
XYZ 23.57 13 7.4 -
YUV 87.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 192 37 72 0 0.81 0.63 0.25 346.45 0.68 0.45
Hex C0 25 48 0 51 3F 19 15A 44 2D
Octal 300 45 110 0 121 77 31 532 104 55
Binary 11000000 100101 1001000 0 1010001 111111 11001 101011010 1000100 101101

Color Harmonies of #C02548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02548

Black with #C02548

Text Example


Text Example

White with #C02548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02548; }

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

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

background-color css

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

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

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

border-color css

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

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

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