Html Css Color HEX #C9364C Old Rose

📋 copy color: '#C9364C'

red 201 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #C9364C

Tints of Old Rose #C9364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 60.73%
G = 16.31%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9364C (or 0xC9364C) is known color: Old Rose. HEX triplet: C9, 36 and 4C. RGB value is (201,54,76). Sum of RGB (Red+Green+Blue) = 201+54+76=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9364C is #36C9B3. Grayscale: #646464. Windows color (decimal): -3590580 or 4994761. OLE color: 4994761.

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

Color convert

RGB 201 54 76 -
CMYK 0 0.73 0.62 0.21
HSL 351.02º 0.58% 0.5% -
HSV(B) 351.02º 0.73% 0.79% -
XYZ 26.71 15.58 8.44 -
YUV 100.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 201 54 76 0 0.73 0.62 0.21 351.02 0.58 0.5
Hex C9 36 4C 0 49 3E 15 15F 3A 32
Octal 311 66 114 0 111 76 25 537 72 62
Binary 11001001 110110 1001100 0 1001001 111110 10101 101011111 111010 110010

Color Harmonies of #C9364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9364C

Black with #C9364C

Text Example


Text Example

White with #C9364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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