Html Css Color HEX #C5205C Old Rose

📋 copy color: '#C5205C'

red 197 ◦ green 32 ◦ blue 92

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

Shades of Old Rose #C5205C

Tints of Old Rose #C5205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 61.37%
G = 9.97%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5205C (or 0xC5205C) is known color: Old Rose. HEX triplet: C5, 20 and 5C. RGB value is (197,32,92). Sum of RGB (Red+Green+Blue) = 197+32+92=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5205C is #3ADFA3. Grayscale: #585858. Windows color (decimal): -3858340 or 6037701. OLE color: 6037701.

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

Color convert

RGB 197 32 92 -
CMYK 0 0.84 0.53 0.23
HSL 338.18º 0.72% 0.45% -
HSV(B) 338.18º 0.84% 0.77% -
XYZ 25.47 13.68 11.42 -
YUV 88.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 197 32 92 0 0.84 0.53 0.23 338.18 0.72 0.45
Hex C5 20 5C 0 54 35 17 152 48 2D
Octal 305 40 134 0 124 65 27 522 110 55
Binary 11000101 100000 1011100 0 1010100 110101 10111 101010010 1001000 101101

Color Harmonies of #C5205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5205C

Black with #C5205C

Text Example


Text Example

White with #C5205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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