Html Css Color HEX #C73256 Old Rose

📋 copy color: '#C73256'

red 199 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #C73256

Tints of Old Rose #C73256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 59.4%
G = 14.93%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73256 (or 0xC73256) is known color: Old Rose. HEX triplet: C7, 32 and 56. RGB value is (199,50,86). Sum of RGB (Red+Green+Blue) = 199+50+86=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73256 is #38CDA9. Grayscale: #626262. Windows color (decimal): -3722666 or 5649095. OLE color: 5649095.

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

Color convert

RGB 199 50 86 -
CMYK 0 0.75 0.57 0.22
HSL 345.5º 0.6% 0.49% -
HSV(B) 345.5º 0.75% 0.78% -
XYZ 26.37 15.1 10.33 -
YUV 98.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 199 50 86 0 0.75 0.57 0.22 345.5 0.6 0.49
Hex C7 32 56 0 4B 39 16 15A 3C 31
Octal 307 62 126 0 113 71 26 532 74 61
Binary 11000111 110010 1010110 0 1001011 111001 10110 101011010 111100 110001

Color Harmonies of #C73256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73256

Black with #C73256

Text Example


Text Example

White with #C73256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73256; }

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

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

background-color css

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

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

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

border-color css

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

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

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