Html Css Color HEX #C5245B Old Rose

📋 copy color: '#C5245B'

red 197 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #C5245B

Tints of Old Rose #C5245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 60.8%
G = 11.11%
B = 28.09%

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

#C5245B (or 0xC5245B) is known color: Old Rose. HEX triplet: C5, 24 and 5B. RGB value is (197,36,91). Sum of RGB (Red+Green+Blue) = 197+36+91=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5245B is #3ADBA4. Grayscale: #5A5A5A. Windows color (decimal): -3857317 or 5973189. OLE color: 5973189.

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

Color convert

RGB 197 36 91 -
CMYK 0 0.82 0.54 0.23
HSL 339.5º 0.69% 0.46% -
HSV(B) 339.5º 0.82% 0.77% -
XYZ 25.55 13.89 11.23 -
YUV 90.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 197 36 91 0 0.82 0.54 0.23 339.5 0.69 0.46
Hex C5 24 5B 0 52 36 17 154 45 2E
Octal 305 44 133 0 122 66 27 524 105 56
Binary 11000101 100100 1011011 0 1010010 110110 10111 101010100 1000101 101110

Color Harmonies of #C5245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5245B

Black with #C5245B

Text Example


Text Example

White with #C5245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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