Html Css Color HEX #C7304E Old Rose

📋 copy color: '#C7304E'

red 199 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #C7304E

Tints of Old Rose #C7304E

RGB

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

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

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

R = 61.23%
G = 14.77%
B = 24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7304E (or 0xC7304E) is known color: Old Rose. HEX triplet: C7, 30 and 4E. RGB value is (199,48,78). Sum of RGB (Red+Green+Blue) = 199+48+78=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7304E is #38CFB1. Grayscale: #606060. Windows color (decimal): -3723186 or 5124295. OLE color: 5124295.

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

Color convert

RGB 199 48 78 -
CMYK 0 0.76 0.61 0.22
HSL 348.08º 0.61% 0.48% -
HSV(B) 348.08º 0.76% 0.78% -
XYZ 25.99 14.81 8.7 -
YUV 96.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 199 48 78 0 0.76 0.61 0.22 348.08 0.61 0.48
Hex C7 30 4E 0 4C 3D 16 15C 3D 30
Octal 307 60 116 0 114 75 26 534 75 60
Binary 11000111 110000 1001110 0 1001100 111101 10110 101011100 111101 110000

Color Harmonies of #C7304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7304E

Black with #C7304E

Text Example


Text Example

White with #C7304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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