Html Css Color HEX #C93459 Old Rose

📋 copy color: '#C93459'

red 201 ◦ green 52 ◦ blue 89

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

Shades of Old Rose #C93459

Tints of Old Rose #C93459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 58.77%
G = 15.2%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C93459 (or 0xC93459) is known color: Old Rose. HEX triplet: C9, 34 and 59. RGB value is (201,52,89). Sum of RGB (Red+Green+Blue) = 201+52+89=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C93459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93459 is #36CBA6. Grayscale: #646464. Windows color (decimal): -3591079 or 5846217. OLE color: 5846217.

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

Color convert

RGB 201 52 89 -
CMYK 0 0.74 0.56 0.21
HSL 345.1º 0.59% 0.5% -
HSV(B) 345.1º 0.74% 0.79% -
XYZ 27.12 15.59 11.03 -
YUV 100.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 201 52 89 0 0.74 0.56 0.21 345.1 0.59 0.5
Hex C9 34 59 0 4A 38 15 159 3B 32
Octal 311 64 131 0 112 70 25 531 73 62
Binary 11001001 110100 1011001 0 1001010 111000 10101 101011001 111011 110010

Color Harmonies of #C93459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93459

Black with #C93459

Text Example


Text Example

White with #C93459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93459; }

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

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

background-color css

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

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

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

border-color css

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

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

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