Html Css Color HEX #C73457 Old Rose

📋 copy color: '#C73457'

red 199 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #C73457

Tints of Old Rose #C73457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 58.88%
G = 15.38%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C73457 (or 0xC73457) is known color: Old Rose. HEX triplet: C7, 34 and 57. RGB value is (199,52,87). Sum of RGB (Red+Green+Blue) = 199+52+87=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C73457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73457 is #38CBA8. Grayscale: #636363. Windows color (decimal): -3722153 or 5715143. OLE color: 5715143.

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

Color convert

RGB 199 52 87 -
CMYK 0 0.74 0.56 0.22
HSL 345.71º 0.59% 0.49% -
HSV(B) 345.71º 0.74% 0.78% -
XYZ 26.5 15.29 10.57 -
YUV 99.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 199 52 87 0 0.74 0.56 0.22 345.71 0.59 0.49
Hex C7 34 57 0 4A 38 16 15A 3B 31
Octal 307 64 127 0 112 70 26 532 73 61
Binary 11000111 110100 1010111 0 1001010 111000 10110 101011010 111011 110001

Color Harmonies of #C73457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73457

Black with #C73457

Text Example


Text Example

White with #C73457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73457; }

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

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

background-color css

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

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

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

border-color css

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

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

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