Html Css Color HEX #C5205A Old Rose

📋 copy color: '#C5205A'

red 197 ◦ green 32 ◦ blue 90

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

Shades of Old Rose #C5205A

Tints of Old Rose #C5205A

RGB

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

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

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

R = 61.76%
G = 10.03%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5205A (or 0xC5205A) is known color: Old Rose. HEX triplet: C5, 20 and 5A. RGB value is (197,32,90). Sum of RGB (Red+Green+Blue) = 197+32+90=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C5205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5205A is #3ADFA5. Grayscale: #575757. Windows color (decimal): -3858342 or 5906629. OLE color: 5906629.

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

Color convert

RGB 197 32 90 -
CMYK 0 0.84 0.54 0.23
HSL 338.91º 0.72% 0.45% -
HSV(B) 338.91º 0.84% 0.77% -
XYZ 25.39 13.64 10.97 -
YUV 87.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 197 32 90 0 0.84 0.54 0.23 338.91 0.72 0.45
Hex C5 20 5A 0 54 36 17 153 48 2D
Octal 305 40 132 0 124 66 27 523 110 55
Binary 11000101 100000 1011010 0 1010100 110110 10111 101010011 1001000 101101

Color Harmonies of #C5205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5205A

Black with #C5205A

Text Example


Text Example

White with #C5205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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