Html Css Color HEX #C52A5D Old Rose

📋 copy color: '#C52A5D'

red 197 ◦ green 42 ◦ blue 93

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

Shades of Old Rose #C52A5D

Tints of Old Rose #C52A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 59.34%
G = 12.65%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C52A5D (or 0xC52A5D) is known color: Old Rose. HEX triplet: C5, 2A and 5D. RGB value is (197,42,93). Sum of RGB (Red+Green+Blue) = 197+42+93=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A5D is #3AD5A2. Grayscale: #5E5E5E. Windows color (decimal): -3855779 or 6105797. OLE color: 6105797.

HSL color Cylindrical-coordinate representation of color #C52A5D: hue angle of 340.26º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A5D is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 42 93 -
CMYK 0 0.79 0.53 0.23
HSL 340.26º 0.65% 0.47% -
HSV(B) 340.26º 0.79% 0.77% -
XYZ 25.83 14.32 11.76 -
YUV 94.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 197 42 93 0 0.79 0.53 0.23 340.26 0.65 0.47
Hex C5 2A 5D 0 4F 35 17 154 41 2F
Octal 305 52 135 0 117 65 27 524 101 57
Binary 11000101 101010 1011101 0 1001111 110101 10111 101010100 1000001 101111

Color Harmonies of #C52A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A5D

Black with #C52A5D

Text Example


Text Example

White with #C52A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A5D; }

 p { color: rgb(197,42,93); }

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

background-color css

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

 a { background-color: rgb(197,42,93); }

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

border-color css

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

 span { border-color: rgb(197,42,93); }

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