Html Css Color HEX #C93759 Old Rose

📋 copy color: '#C93759'

red 201 ◦ green 55 ◦ blue 89

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

Shades of Old Rose #C93759

Tints of Old Rose #C93759

RGB

 RED value IS 201 (78.91% from 255) = 58.26%

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 58.26%
G = 15.94%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C93759 (or 0xC93759) is known color: Old Rose. HEX triplet: C9, 37 and 59. RGB value is (201,55,89). Sum of RGB (Red+Green+Blue) = 201+55+89=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C93759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93759 is #36C8A6. Grayscale: #666666. Windows color (decimal): -3590311 or 5846985. OLE color: 5846985.

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

Color convert

RGB 201 55 89 -
CMYK 0 0.73 0.56 0.21
HSL 346.03º 0.57% 0.5% -
HSV(B) 346.03º 0.73% 0.79% -
XYZ 27.26 15.87 11.08 -
YUV 102.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 201 55 89 0 0.73 0.56 0.21 346.03 0.57 0.5
Hex C9 37 59 0 49 38 15 15A 39 32
Octal 311 67 131 0 111 70 25 532 71 62
Binary 11001001 110111 1011001 0 1001001 111000 10101 101011010 111001 110010

Color Harmonies of #C93759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93759

Black with #C93759

Text Example


Text Example

White with #C93759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93759; }

 p { color: rgb(201,55,89); }

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

background-color css

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

 a { background-color: rgb(201,55,89); }

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

border-color css

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

 span { border-color: rgb(201,55,89); }

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