Html Css Color HEX #C5224A Old Rose

📋 copy color: '#C5224A'

red 197 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #C5224A

Tints of Old Rose #C5224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 64.59%
G = 11.15%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5224A (or 0xC5224A) is known color: Old Rose. HEX triplet: C5, 22 and 4A. RGB value is (197,34,74). Sum of RGB (Red+Green+Blue) = 197+34+74=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5224A is #3ADDB5. Grayscale: #575757. Windows color (decimal): -3857846 or 4858565. OLE color: 4858565.

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

Color convert

RGB 197 34 74 -
CMYK 0 0.83 0.62 0.23
HSL 345.28º 0.71% 0.45% -
HSV(B) 345.28º 0.83% 0.77% -
XYZ 24.83 13.51 7.78 -
YUV 87.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 197 34 74 0 0.83 0.62 0.23 345.28 0.71 0.45
Hex C5 22 4A 0 53 3E 17 159 47 2D
Octal 305 42 112 0 123 76 27 531 107 55
Binary 11000101 100010 1001010 0 1010011 111110 10111 101011001 1000111 101101

Color Harmonies of #C5224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5224A

Black with #C5224A

Text Example


Text Example

White with #C5224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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