Html Css Color HEX #C5244A Old Rose

📋 copy color: '#C5244A'

red 197 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #C5244A

Tints of Old Rose #C5244A

RGB

 RED value IS 197 (77.34% from 255) = 64.17%

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

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

R = 64.17%
G = 11.73%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5244A (or 0xC5244A) is known color: Old Rose. HEX triplet: C5, 24 and 4A. RGB value is (197,36,74). Sum of RGB (Red+Green+Blue) = 197+36+74=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5244A is #3ADBB5. Grayscale: #585858. Windows color (decimal): -3857334 or 4859077. OLE color: 4859077.

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

Color convert

RGB 197 36 74 -
CMYK 0 0.82 0.62 0.23
HSL 345.84º 0.69% 0.46% -
HSV(B) 345.84º 0.82% 0.77% -
XYZ 24.89 13.63 7.8 -
YUV 88.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 197 36 74 0 0.82 0.62 0.23 345.84 0.69 0.46
Hex C5 24 4A 0 52 3E 17 15A 45 2E
Octal 305 44 112 0 122 76 27 532 105 56
Binary 11000101 100100 1001010 0 1010010 111110 10111 101011010 1000101 101110

Color Harmonies of #C5244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5244A

Black with #C5244A

Text Example


Text Example

White with #C5244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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