Html Css Color HEX #C73258 Old Rose

📋 copy color: '#C73258'

red 199 ◦ green 50 ◦ blue 88

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

Shades of Old Rose #C73258

Tints of Old Rose #C73258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 59.05%
G = 14.84%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C73258 (or 0xC73258) is known color: Old Rose. HEX triplet: C7, 32 and 58. RGB value is (199,50,88). Sum of RGB (Red+Green+Blue) = 199+50+88=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73258 is #38CDA7. Grayscale: #626262. Windows color (decimal): -3722664 or 5780167. OLE color: 5780167.

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

Color convert

RGB 199 50 88 -
CMYK 0 0.75 0.56 0.22
HSL 344.7º 0.6% 0.49% -
HSV(B) 344.7º 0.75% 0.78% -
XYZ 26.46 15.13 10.76 -
YUV 98.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 199 50 88 0 0.75 0.56 0.22 344.7 0.6 0.49
Hex C7 32 58 0 4B 38 16 159 3C 31
Octal 307 62 130 0 113 70 26 531 74 61
Binary 11000111 110010 1011000 0 1001011 111000 10110 101011001 111100 110001

Color Harmonies of #C73258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73258

Black with #C73258

Text Example


Text Example

White with #C73258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73258; }

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

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

background-color css

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

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

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

border-color css

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

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

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