Html Css Color HEX #C9244D Old Rose

📋 copy color: '#C9244D'

red 201 ◦ green 36 ◦ blue 77

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

Shades of Old Rose #C9244D

Tints of Old Rose #C9244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 64.01%
G = 11.46%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9244D (or 0xC9244D) is known color: Old Rose. HEX triplet: C9, 24 and 4D. RGB value is (201,36,77). Sum of RGB (Red+Green+Blue) = 201+36+77=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9244D is #36DBB2. Grayscale: #5A5A5A. Windows color (decimal): -3595187 or 5055689. OLE color: 5055689.

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

Color convert

RGB 201 36 77 -
CMYK 0 0.82 0.62 0.21
HSL 345.09º 0.7% 0.46% -
HSV(B) 345.09º 0.82% 0.79% -
XYZ 26.06 14.22 8.39 -
YUV 90.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 201 36 77 0 0.82 0.62 0.21 345.09 0.7 0.46
Hex C9 24 4D 0 52 3E 15 159 46 2E
Octal 311 44 115 0 122 76 25 531 106 56
Binary 11001001 100100 1001101 0 1010010 111110 10101 101011001 1000110 101110

Color Harmonies of #C9244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9244D

Black with #C9244D

Text Example


Text Example

White with #C9244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9244D; }

 p { color: rgb(201,36,77); }

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

background-color css

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

 a { background-color: rgb(201,36,77); }

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

border-color css

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

 span { border-color: rgb(201,36,77); }

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