Html Css Color HEX #C9324C Old Rose

📋 copy color: '#C9324C'

red 201 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #C9324C

Tints of Old Rose #C9324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 61.47%
G = 15.29%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9324C (or 0xC9324C) is known color: Old Rose. HEX triplet: C9, 32 and 4C. RGB value is (201,50,76). Sum of RGB (Red+Green+Blue) = 201+50+76=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9324C is #36CDB3. Grayscale: #626262. Windows color (decimal): -3591604 or 4993737. OLE color: 4993737.

HSL color Cylindrical-coordinate representation of color #C9324C: hue angle of 349.67º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9324C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 76 -
CMYK 0 0.75 0.62 0.21
HSL 349.67º 0.6% 0.49% -
HSV(B) 349.67º 0.75% 0.79% -
XYZ 26.53 15.22 8.38 -
YUV 98.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 201 50 76 0 0.75 0.62 0.21 349.67 0.6 0.49
Hex C9 32 4C 0 4B 3E 15 15E 3C 31
Octal 311 62 114 0 113 76 25 536 74 61
Binary 11001001 110010 1001100 0 1001011 111110 10101 101011110 111100 110001

Color Harmonies of #C9324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9324C

Black with #C9324C

Text Example


Text Example

White with #C9324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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