Html Css Color HEX #C52E58 Old Rose

📋 copy color: '#C52E58'

red 197 ◦ green 46 ◦ blue 88

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

Shades of Old Rose #C52E58

Tints of Old Rose #C52E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

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

R = 59.52%
G = 13.9%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C52E58 (or 0xC52E58) is known color: Old Rose. HEX triplet: C5, 2E and 58. RGB value is (197,46,88). Sum of RGB (Red+Green+Blue) = 197+46+88=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E58 is #3AD1A7. Grayscale: #5F5F5F. Windows color (decimal): -3854760 or 5779141. OLE color: 5779141.

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

Color convert

RGB 197 46 88 -
CMYK 0 0.77 0.55 0.23
HSL 343.31º 0.62% 0.48% -
HSV(B) 343.31º 0.77% 0.77% -
XYZ 25.76 14.53 10.68 -
YUV 95.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 197 46 88 0 0.77 0.55 0.23 343.31 0.62 0.48
Hex C5 2E 58 0 4D 37 17 157 3E 30
Octal 305 56 130 0 115 67 27 527 76 60
Binary 11000101 101110 1011000 0 1001101 110111 10111 101010111 111110 110000

Color Harmonies of #C52E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E58

Black with #C52E58

Text Example


Text Example

White with #C52E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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