Html Css Color HEX #C73456 Old Rose

📋 copy color: '#C73456'

red 199 ◦ green 52 ◦ blue 86

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

Shades of Old Rose #C73456

Tints of Old Rose #C73456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 59.05%
G = 15.43%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73456 (or 0xC73456) is known color: Old Rose. HEX triplet: C7, 34 and 56. RGB value is (199,52,86). Sum of RGB (Red+Green+Blue) = 199+52+86=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73456 is #38CBA9. Grayscale: #636363. Windows color (decimal): -3722154 or 5649607. OLE color: 5649607.

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

Color convert

RGB 199 52 86 -
CMYK 0 0.74 0.57 0.22
HSL 346.12º 0.59% 0.49% -
HSV(B) 346.12º 0.74% 0.78% -
XYZ 26.46 15.27 10.36 -
YUV 99.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 199 52 86 0 0.74 0.57 0.22 346.12 0.59 0.49
Hex C7 34 56 0 4A 39 16 15A 3B 31
Octal 307 64 126 0 112 71 26 532 73 61
Binary 11000111 110100 1010110 0 1001010 111001 10110 101011010 111011 110001

Color Harmonies of #C73456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73456

Black with #C73456

Text Example


Text Example

White with #C73456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73456; }

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

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

background-color css

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

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

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

border-color css

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

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

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