Html Css Color HEX #C5225E Old Rose

📋 copy color: '#C5225E'

red 197 ◦ green 34 ◦ blue 94

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

Shades of Old Rose #C5225E

Tints of Old Rose #C5225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 60.62%
G = 10.46%
B = 28.92%

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

#C5225E (or 0xC5225E) is known color: Old Rose. HEX triplet: C5, 22 and 5E. RGB value is (197,34,94). Sum of RGB (Red+Green+Blue) = 197+34+94=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5225E is #3ADDA1. Grayscale: #595959. Windows color (decimal): -3857826 or 6169285. OLE color: 6169285.

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

Color convert

RGB 197 34 94 -
CMYK 0 0.83 0.52 0.23
HSL 337.91º 0.71% 0.45% -
HSV(B) 337.91º 0.83% 0.77% -
XYZ 25.62 13.82 11.91 -
YUV 89.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 197 34 94 0 0.83 0.52 0.23 337.91 0.71 0.45
Hex C5 22 5E 0 53 34 17 152 47 2D
Octal 305 42 136 0 123 64 27 522 107 55
Binary 11000101 100010 1011110 0 1010011 110100 10111 101010010 1000111 101101

Color Harmonies of #C5225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5225E

Black with #C5225E

Text Example


Text Example

White with #C5225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5225E; }

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

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

background-color css

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

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

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

border-color css

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

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

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