Html Css Color HEX #C5245A Old Rose

📋 copy color: '#C5245A'

red 197 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #C5245A

Tints of Old Rose #C5245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 60.99%
G = 11.15%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5245A (or 0xC5245A) is known color: Old Rose. HEX triplet: C5, 24 and 5A. RGB value is (197,36,90). Sum of RGB (Red+Green+Blue) = 197+36+90=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5245A is #3ADBA5. Grayscale: #5A5A5A. Windows color (decimal): -3857318 or 5907653. OLE color: 5907653.

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

Color convert

RGB 197 36 90 -
CMYK 0 0.82 0.54 0.23
HSL 339.88º 0.69% 0.46% -
HSV(B) 339.88º 0.82% 0.77% -
XYZ 25.5 13.87 11.01 -
YUV 90.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 197 36 90 0 0.82 0.54 0.23 339.88 0.69 0.46
Hex C5 24 5A 0 52 36 17 154 45 2E
Octal 305 44 132 0 122 66 27 524 105 56
Binary 11000101 100100 1011010 0 1010010 110110 10111 101010100 1000101 101110

Color Harmonies of #C5245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5245A

Black with #C5245A

Text Example


Text Example

White with #C5245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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