Html Css Color HEX #C0304A Old Rose

📋 copy color: '#C0304A'

red 192 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #C0304A

Tints of Old Rose #C0304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 61.15%
G = 15.29%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0304A (or 0xC0304A) is known color: Old Rose. HEX triplet: C0, 30 and 4A. RGB value is (192,48,74). Sum of RGB (Red+Green+Blue) = 192+48+74=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C0304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0304A is #3FCFB5. Grayscale: #5E5E5E. Windows color (decimal): -4181942 or 4862144. OLE color: 4862144.

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

Color convert

RGB 192 48 74 -
CMYK 0 0.75 0.61 0.25
HSL 349.17º 0.6% 0.47% -
HSV(B) 349.17º 0.75% 0.75% -
XYZ 24.03 13.81 7.88 -
YUV 94.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 192 48 74 0 0.75 0.61 0.25 349.17 0.6 0.47
Hex C0 30 4A 0 4B 3D 19 15D 3C 2F
Octal 300 60 112 0 113 75 31 535 74 57
Binary 11000000 110000 1001010 0 1001011 111101 11001 101011101 111100 101111

Color Harmonies of #C0304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0304A

Black with #C0304A

Text Example


Text Example

White with #C0304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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