Html Css Color HEX #C5225F Old Rose

📋 copy color: '#C5225F'

red 197 ◦ green 34 ◦ blue 95

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

Shades of Old Rose #C5225F

Tints of Old Rose #C5225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 60.43%
G = 10.43%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5225F (or 0xC5225F) is known color: Old Rose. HEX triplet: C5, 22 and 5F. RGB value is (197,34,95). Sum of RGB (Red+Green+Blue) = 197+34+95=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5225F is #3ADDA0. Grayscale: #595959. Windows color (decimal): -3857825 or 6234821. OLE color: 6234821.

HSL color Cylindrical-coordinate representation of color #C5225F: hue angle of 337.55º 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 #C5225F is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 95 -
CMYK 0 0.83 0.52 0.23
HSL 337.55º 0.71% 0.45% -
HSV(B) 337.55º 0.83% 0.77% -
XYZ 25.66 13.84 12.15 -
YUV 89.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 197 34 95 0 0.83 0.52 0.23 337.55 0.71 0.45
Hex C5 22 5F 0 53 34 17 152 47 2D
Octal 305 42 137 0 123 64 27 522 107 55
Binary 11000101 100010 1011111 0 1010011 110100 10111 101010010 1000111 101101

Color Harmonies of #C5225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5225F

Black with #C5225F

Text Example


Text Example

White with #C5225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5225F; }

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

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

background-color css

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

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

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

border-color css

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

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

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