Html Css Color HEX #C9364F Old Rose

📋 copy color: '#C9364F'

red 201 ◦ green 54 ◦ blue 79

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

Shades of Old Rose #C9364F

Tints of Old Rose #C9364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 60.18%
G = 16.17%
B = 23.65%

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

#C9364F (or 0xC9364F) is known color: Old Rose. HEX triplet: C9, 36 and 4F. RGB value is (201,54,79). Sum of RGB (Red+Green+Blue) = 201+54+79=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9364F is #36C9B0. Grayscale: #646464. Windows color (decimal): -3590577 or 5191369. OLE color: 5191369.

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

Color convert

RGB 201 54 79 -
CMYK 0 0.73 0.61 0.21
HSL 349.8º 0.58% 0.5% -
HSV(B) 349.8º 0.73% 0.79% -
XYZ 26.82 15.62 9 -
YUV 100.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 201 54 79 0 0.73 0.61 0.21 349.8 0.58 0.5
Hex C9 36 4F 0 49 3D 15 15E 3A 32
Octal 311 66 117 0 111 75 25 536 72 62
Binary 11001001 110110 1001111 0 1001001 111101 10101 101011110 111010 110010

Color Harmonies of #C9364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9364F

Black with #C9364F

Text Example


Text Example

White with #C9364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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