Html Css Color HEX #C52C50 Old Rose

📋 copy color: '#C52C50'

red 197 ◦ green 44 ◦ blue 80

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

Shades of Old Rose #C52C50

Tints of Old Rose #C52C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 61.37%
G = 13.71%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C52C50 (or 0xC52C50) is known color: Old Rose. HEX triplet: C5, 2C and 50. RGB value is (197,44,80). Sum of RGB (Red+Green+Blue) = 197+44+80=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C50 is #3AD3AF. Grayscale: #5D5D5D. Windows color (decimal): -3855280 or 5254341. OLE color: 5254341.

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

Color convert

RGB 197 44 80 -
CMYK 0 0.78 0.59 0.23
HSL 345.88º 0.63% 0.47% -
HSV(B) 345.88º 0.78% 0.77% -
XYZ 25.37 14.25 9 -
YUV 93.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 197 44 80 0 0.78 0.59 0.23 345.88 0.63 0.47
Hex C5 2C 50 0 4E 3B 17 15A 3F 2F
Octal 305 54 120 0 116 73 27 532 77 57
Binary 11000101 101100 1010000 0 1001110 111011 10111 101011010 111111 101111

Color Harmonies of #C52C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52C50

Black with #C52C50

Text Example


Text Example

White with #C52C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52C50; }

 p { color: rgb(197,44,80); }

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

background-color css

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

 a { background-color: rgb(197,44,80); }

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

border-color css

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

 span { border-color: rgb(197,44,80); }

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