Html Css Color HEX #C9244A Old Rose

📋 copy color: '#C9244A'

red 201 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #C9244A

Tints of Old Rose #C9244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 64.63%
G = 11.58%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9244A (or 0xC9244A) is known color: Old Rose. HEX triplet: C9, 24 and 4A. RGB value is (201,36,74). Sum of RGB (Red+Green+Blue) = 201+36+74=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9244A is #36DBB5. Grayscale: #595959. Windows color (decimal): -3595190 or 4859081. OLE color: 4859081.

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

Color convert

RGB 201 36 74 -
CMYK 0 0.82 0.63 0.21
HSL 346.18º 0.7% 0.46% -
HSV(B) 346.18º 0.82% 0.79% -
XYZ 25.95 14.17 7.85 -
YUV 89.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 201 36 74 0 0.82 0.63 0.21 346.18 0.7 0.46
Hex C9 24 4A 0 52 3F 15 15A 46 2E
Octal 311 44 112 0 122 77 25 532 106 56
Binary 11001001 100100 1001010 0 1010010 111111 10101 101011010 1000110 101110

Color Harmonies of #C9244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9244A

Black with #C9244A

Text Example


Text Example

White with #C9244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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