Html Css Color HEX #C9364E Old Rose

📋 copy color: '#C9364E'

red 201 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #C9364E

Tints of Old Rose #C9364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 60.36%
G = 16.22%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9364E (or 0xC9364E) is known color: Old Rose. HEX triplet: C9, 36 and 4E. RGB value is (201,54,78). Sum of RGB (Red+Green+Blue) = 201+54+78=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9364E is #36C9B1. Grayscale: #646464. Windows color (decimal): -3590578 or 5125833. OLE color: 5125833.

HSL color Cylindrical-coordinate representation of color #C9364E: hue angle of 350.2º degrees, saturation: 0.58, 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 #C9364E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 54 78 -
CMYK 0 0.73 0.61 0.21
HSL 350.2º 0.58% 0.5% -
HSV(B) 350.2º 0.73% 0.79% -
XYZ 26.78 15.61 8.81 -
YUV 100.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 201 54 78 0 0.73 0.61 0.21 350.2 0.58 0.5
Hex C9 36 4E 0 49 3D 15 15E 3A 32
Octal 311 66 116 0 111 75 25 536 72 62
Binary 11001001 110110 1001110 0 1001001 111101 10101 101011110 111010 110010

Color Harmonies of #C9364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9364E

Black with #C9364E

Text Example


Text Example

White with #C9364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9364E; }

 p { color: rgb(201,54,78); }

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

background-color css

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

 a { background-color: rgb(201,54,78); }

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

border-color css

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

 span { border-color: rgb(201,54,78); }

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