Html Css Color HEX #C0304E Old Rose

📋 copy color: '#C0304E'

red 192 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #C0304E

Tints of Old Rose #C0304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 60.38%
G = 15.09%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0304E (or 0xC0304E) is known color: Old Rose. HEX triplet: C0, 30 and 4E. RGB value is (192,48,78). Sum of RGB (Red+Green+Blue) = 192+48+78=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0304E is #3FCFB1. Grayscale: #5E5E5E. Windows color (decimal): -4181938 or 5124288. OLE color: 5124288.

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

Color convert

RGB 192 48 78 -
CMYK 0 0.75 0.59 0.25
HSL 347.5º 0.6% 0.47% -
HSV(B) 347.5º 0.75% 0.75% -
XYZ 24.17 13.87 8.61 -
YUV 94.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 192 48 78 0 0.75 0.59 0.25 347.5 0.6 0.47
Hex C0 30 4E 0 4B 3B 19 15C 3C 2F
Octal 300 60 116 0 113 73 31 534 74 57
Binary 11000000 110000 1001110 0 1001011 111011 11001 101011100 111100 101111

Color Harmonies of #C0304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0304E

Black with #C0304E

Text Example


Text Example

White with #C0304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0304E; }

 p { color: rgb(192,48,78); }

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

background-color css

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

 a { background-color: rgb(192,48,78); }

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

border-color css

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

 span { border-color: rgb(192,48,78); }

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