Html Css Color HEX #C73651 Old Rose

📋 copy color: '#C73651'

red 199 ◦ green 54 ◦ blue 81

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

Shades of Old Rose #C73651

Tints of Old Rose #C73651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 59.58%
G = 16.17%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C73651 (or 0xC73651) is known color: Old Rose. HEX triplet: C7, 36 and 51. RGB value is (199,54,81). Sum of RGB (Red+Green+Blue) = 199+54+81=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C73651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73651 is #38C9AE. Grayscale: #646464. Windows color (decimal): -3721647 or 5322439. OLE color: 5322439.

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

Color convert

RGB 199 54 81 -
CMYK 0 0.73 0.59 0.22
HSL 348.83º 0.57% 0.5% -
HSV(B) 348.83º 0.73% 0.78% -
XYZ 26.36 15.37 9.36 -
YUV 100.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 199 54 81 0 0.73 0.59 0.22 348.83 0.57 0.5
Hex C7 36 51 0 49 3B 16 15D 39 32
Octal 307 66 121 0 111 73 26 535 71 62
Binary 11000111 110110 1010001 0 1001001 111011 10110 101011101 111001 110010

Color Harmonies of #C73651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73651

Black with #C73651

Text Example


Text Example

White with #C73651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73651; }

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

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

background-color css

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

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

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

border-color css

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

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

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