Html Css Color HEX #C52558 Old Rose

📋 copy color: '#C52558'

red 197 ◦ green 37 ◦ blue 88

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

Shades of Old Rose #C52558

Tints of Old Rose #C52558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 88 (34.77% from 255) = 27.33%

R = 61.18%
G = 11.49%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C52558 (or 0xC52558) is known color: Old Rose. HEX triplet: C5, 25 and 58. RGB value is (197,37,88). Sum of RGB (Red+Green+Blue) = 197+37+88=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C52558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52558 is #3ADAA7. Grayscale: #5A5A5A. Windows color (decimal): -3857064 or 5776837. OLE color: 5776837.

HSL color Cylindrical-coordinate representation of color #C52558: hue angle of 340.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52558 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 88 -
CMYK 0 0.81 0.55 0.23
HSL 340.88º 0.68% 0.46% -
HSV(B) 340.88º 0.81% 0.77% -
XYZ 25.45 13.9 10.57 -
YUV 90.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 197 37 88 0 0.81 0.55 0.23 340.88 0.68 0.46
Hex C5 25 58 0 51 37 17 155 44 2E
Octal 305 45 130 0 121 67 27 525 104 56
Binary 11000101 100101 1011000 0 1010001 110111 10111 101010101 1000100 101110

Color Harmonies of #C52558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52558

Black with #C52558

Text Example


Text Example

White with #C52558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52558; }

 p { color: rgb(197,37,88); }

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

background-color css

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

 a { background-color: rgb(197,37,88); }

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

border-color css

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

 span { border-color: rgb(197,37,88); }

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