Html Css Color HEX #C5205E Old Rose

📋 copy color: '#C5205E'

red 197 ◦ green 32 ◦ blue 94

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

Shades of Old Rose #C5205E

Tints of Old Rose #C5205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

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

R = 60.99%
G = 9.91%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5205E (or 0xC5205E) is known color: Old Rose. HEX triplet: C5, 20 and 5E. RGB value is (197,32,94). Sum of RGB (Red+Green+Blue) = 197+32+94=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5205E is #3ADFA1. Grayscale: #585858. Windows color (decimal): -3858338 or 6168773. OLE color: 6168773.

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

Color convert

RGB 197 32 94 -
CMYK 0 0.84 0.52 0.23
HSL 337.45º 0.72% 0.45% -
HSV(B) 337.45º 0.84% 0.77% -
XYZ 25.56 13.71 11.89 -
YUV 88.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 197 32 94 0 0.84 0.52 0.23 337.45 0.72 0.45
Hex C5 20 5E 0 54 34 17 151 48 2D
Octal 305 40 136 0 124 64 27 521 110 55
Binary 11000101 100000 1011110 0 1010100 110100 10111 101010001 1001000 101101

Color Harmonies of #C5205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5205E

Black with #C5205E

Text Example


Text Example

White with #C5205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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