Html Css Color HEX #C0304F Old Rose

📋 copy color: '#C0304F'

red 192 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #C0304F

Tints of Old Rose #C0304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 60.19%
G = 15.05%
B = 24.76%

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

#C0304F (or 0xC0304F) is known color: Old Rose. HEX triplet: C0, 30 and 4F. RGB value is (192,48,79). Sum of RGB (Red+Green+Blue) = 192+48+79=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0304F is #3FCFB0. Grayscale: #5E5E5E. Windows color (decimal): -4181937 or 5189824. OLE color: 5189824.

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

Color convert

RGB 192 48 79 -
CMYK 0 0.75 0.59 0.25
HSL 347.08º 0.6% 0.47% -
HSV(B) 347.08º 0.75% 0.75% -
XYZ 24.21 13.88 8.8 -
YUV 94.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 192 48 79 0 0.75 0.59 0.25 347.08 0.6 0.47
Hex C0 30 4F 0 4B 3B 19 15B 3C 2F
Octal 300 60 117 0 113 73 31 533 74 57
Binary 11000000 110000 1001111 0 1001011 111011 11001 101011011 111100 101111

Color Harmonies of #C0304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0304F

Black with #C0304F

Text Example


Text Example

White with #C0304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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