Html Css Color HEX #C73857 Old Rose

📋 copy color: '#C73857'

red 199 ◦ green 56 ◦ blue 87

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

Shades of Old Rose #C73857

Tints of Old Rose #C73857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 58.19%
G = 16.37%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C73857 (or 0xC73857) is known color: Old Rose. HEX triplet: C7, 38 and 57. RGB value is (199,56,87). Sum of RGB (Red+Green+Blue) = 199+56+87=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C73857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73857 is #38C7A8. Grayscale: #666666. Windows color (decimal): -3721129 or 5716167. OLE color: 5716167.

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

Color convert

RGB 199 56 87 -
CMYK 0 0.72 0.56 0.22
HSL 346.99º 0.56% 0.5% -
HSV(B) 346.99º 0.72% 0.78% -
XYZ 26.69 15.66 10.63 -
YUV 102.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 199 56 87 0 0.72 0.56 0.22 346.99 0.56 0.5
Hex C7 38 57 0 48 38 16 15B 38 32
Octal 307 70 127 0 110 70 26 533 70 62
Binary 11000111 111000 1010111 0 1001000 111000 10110 101011011 111000 110010

Color Harmonies of #C73857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73857

Black with #C73857

Text Example


Text Example

White with #C73857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73857; }

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

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

background-color css

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

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

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

border-color css

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

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

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