Html Css Color HEX #C9304F Old Rose

📋 copy color: '#C9304F'

red 201 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #C9304F

Tints of Old Rose #C9304F

RGB

 RED value IS 201 (78.91% from 255) = 61.28%

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

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

R = 61.28%
G = 14.63%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9304F (or 0xC9304F) is known color: Old Rose. HEX triplet: C9, 30 and 4F. RGB value is (201,48,79). Sum of RGB (Red+Green+Blue) = 201+48+79=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9304F is #36CFB0. Grayscale: #616161. Windows color (decimal): -3592113 or 5189833. OLE color: 5189833.

HSL color Cylindrical-coordinate representation of color #C9304F: hue angle of 347.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9304F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 79 -
CMYK 0 0.76 0.61 0.21
HSL 347.84º 0.61% 0.49% -
HSV(B) 347.84º 0.76% 0.79% -
XYZ 26.56 15.1 8.91 -
YUV 97.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 201 48 79 0 0.76 0.61 0.21 347.84 0.61 0.49
Hex C9 30 4F 0 4C 3D 15 15C 3D 31
Octal 311 60 117 0 114 75 25 534 75 61
Binary 11001001 110000 1001111 0 1001100 111101 10101 101011100 111101 110001

Color Harmonies of #C9304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9304F

Black with #C9304F

Text Example


Text Example

White with #C9304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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