Html Css Color HEX #C5204F Old Rose

📋 copy color: '#C5204F'

red 197 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #C5204F

Tints of Old Rose #C5204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 63.96%
G = 10.39%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5204F (or 0xC5204F) is known color: Old Rose. HEX triplet: C5, 20 and 4F. RGB value is (197,32,79). Sum of RGB (Red+Green+Blue) = 197+32+79=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5204F is #3ADFB0. Grayscale: #565656. Windows color (decimal): -3858353 or 5185733. OLE color: 5185733.

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

Color convert

RGB 197 32 79 -
CMYK 0 0.84 0.60 0.23
HSL 342.91º 0.72% 0.45% -
HSV(B) 342.91º 0.84% 0.77% -
XYZ 24.95 13.47 8.68 -
YUV 86.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 197 32 79 0 0.84 0.60 0.23 342.91 0.72 0.45
Hex C5 20 4F 0 54 3C 17 157 48 2D
Octal 305 40 117 0 124 74 27 527 110 55
Binary 11000101 100000 1001111 0 1010100 111100 10111 101010111 1001000 101101

Color Harmonies of #C5204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5204F

Black with #C5204F

Text Example


Text Example

White with #C5204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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