Html Css Color HEX #C73656 Old Rose

📋 copy color: '#C73656'

red 199 ◦ green 54 ◦ blue 86

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

Shades of Old Rose #C73656

Tints of Old Rose #C73656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 58.7%
G = 15.93%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73656 (or 0xC73656) is known color: Old Rose. HEX triplet: C7, 36 and 56. RGB value is (199,54,86). Sum of RGB (Red+Green+Blue) = 199+54+86=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C73656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73656 is #38C9A9. Grayscale: #656565. Windows color (decimal): -3721642 or 5650119. OLE color: 5650119.

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

Color convert

RGB 199 54 86 -
CMYK 0 0.73 0.57 0.22
HSL 346.76º 0.57% 0.5% -
HSV(B) 346.76º 0.73% 0.78% -
XYZ 26.55 15.45 10.39 -
YUV 101 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 199 54 86 0 0.73 0.57 0.22 346.76 0.57 0.5
Hex C7 36 56 0 49 39 16 15B 39 32
Octal 307 66 126 0 111 71 26 533 71 62
Binary 11000111 110110 1010110 0 1001001 111001 10110 101011011 111001 110010

Color Harmonies of #C73656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73656

Black with #C73656

Text Example


Text Example

White with #C73656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73656; }

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

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

background-color css

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

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

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

border-color css

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

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

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