Html Css Color HEX #C52F5C Old Rose

📋 copy color: '#C52F5C'

red 197 ◦ green 47 ◦ blue 92

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

Shades of Old Rose #C52F5C

Tints of Old Rose #C52F5C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

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

R = 58.63%
G = 13.99%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C52F5C (or 0xC52F5C) is known color: Old Rose. HEX triplet: C5, 2F and 5C. RGB value is (197,47,92). Sum of RGB (Red+Green+Blue) = 197+47+92=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52F5C is #3AD0A3. Grayscale: #606060. Windows color (decimal): -3854500 or 6041541. OLE color: 6041541.

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

Color convert

RGB 197 47 92 -
CMYK 0 0.76 0.53 0.23
HSL 342º 0.61% 0.48% -
HSV(B) 342º 0.76% 0.77% -
XYZ 25.97 14.68 11.59 -
YUV 96.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 197 47 92 0 0.76 0.53 0.23 342 0.61 0.48
Hex C5 2F 5C 0 4C 35 17 156 3D 30
Octal 305 57 134 0 114 65 27 526 75 60
Binary 11000101 101111 1011100 0 1001100 110101 10111 101010110 111101 110000

Color Harmonies of #C52F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52F5C

Black with #C52F5C

Text Example


Text Example

White with #C52F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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