Html Css Color HEX #C73451 Old Rose

📋 copy color: '#C73451'

red 199 ◦ green 52 ◦ blue 81

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

Shades of Old Rose #C73451

Tints of Old Rose #C73451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 59.94%
G = 15.66%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C73451 (or 0xC73451) is known color: Old Rose. HEX triplet: C7, 34 and 51. RGB value is (199,52,81). Sum of RGB (Red+Green+Blue) = 199+52+81=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73451 is #38CBAE. Grayscale: #636363. Windows color (decimal): -3722159 or 5321927. OLE color: 5321927.

HSL color Cylindrical-coordinate representation of color #C73451: hue angle of 348.16º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73451 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 81 -
CMYK 0 0.74 0.59 0.22
HSL 348.16º 0.59% 0.49% -
HSV(B) 348.16º 0.74% 0.78% -
XYZ 26.27 15.19 9.33 -
YUV 99.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 199 52 81 0 0.74 0.59 0.22 348.16 0.59 0.49
Hex C7 34 51 0 4A 3B 16 15C 3B 31
Octal 307 64 121 0 112 73 26 534 73 61
Binary 11000111 110100 1010001 0 1001010 111011 10110 101011100 111011 110001

Color Harmonies of #C73451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73451

Black with #C73451

Text Example


Text Example

White with #C73451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73451; }

 p { color: rgb(199,52,81); }

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

background-color css

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

 a { background-color: rgb(199,52,81); }

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

border-color css

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

 span { border-color: rgb(199,52,81); }

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