Html Css Color HEX #C7304F Old Rose

📋 copy color: '#C7304F'

red 199 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #C7304F

Tints of Old Rose #C7304F

RGB

 RED value IS 199 (78.13% from 255) = 61.04%

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

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

R = 61.04%
G = 14.72%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7304F (or 0xC7304F) is known color: Old Rose. HEX triplet: C7, 30 and 4F. RGB value is (199,48,79). Sum of RGB (Red+Green+Blue) = 199+48+79=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7304F is #38CFB0. Grayscale: #606060. Windows color (decimal): -3723185 or 5189831. OLE color: 5189831.

HSL color Cylindrical-coordinate representation of color #C7304F: hue angle of 347.68º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7304F is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 79 -
CMYK 0 0.76 0.60 0.22
HSL 347.68º 0.61% 0.48% -
HSV(B) 347.68º 0.76% 0.78% -
XYZ 26.02 14.82 8.89 -
YUV 96.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 199 48 79 0 0.76 0.60 0.22 347.68 0.61 0.48
Hex C7 30 4F 0 4C 3C 16 15C 3D 30
Octal 307 60 117 0 114 74 26 534 75 60
Binary 11000111 110000 1001111 0 1001100 111100 10110 101011100 111101 110000

Color Harmonies of #C7304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7304F

Black with #C7304F

Text Example


Text Example

White with #C7304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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