Html Css Color HEX #C52550 Old Rose

📋 copy color: '#C52550'

red 197 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #C52550

Tints of Old Rose #C52550

RGB

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

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

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

R = 62.74%
G = 11.78%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C52550 (or 0xC52550) is known color: Old Rose. HEX triplet: C5, 25 and 50. RGB value is (197,37,80). Sum of RGB (Red+Green+Blue) = 197+37+80=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C52550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52550 is #3ADAAF. Grayscale: #595959. Windows color (decimal): -3857072 or 5252549. OLE color: 5252549.

HSL color Cylindrical-coordinate representation of color #C52550: hue angle of 343.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 #C52550 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 80 -
CMYK 0 0.81 0.59 0.23
HSL 343.88º 0.68% 0.46% -
HSV(B) 343.88º 0.81% 0.77% -
XYZ 25.14 13.77 8.92 -
YUV 89.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 197 37 80 0 0.81 0.59 0.23 343.88 0.68 0.46
Hex C5 25 50 0 51 3B 17 158 44 2E
Octal 305 45 120 0 121 73 27 530 104 56
Binary 11000101 100101 1010000 0 1010001 111011 10111 101011000 1000100 101110

Color Harmonies of #C52550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52550

Black with #C52550

Text Example


Text Example

White with #C52550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52550; }

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

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

background-color css

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

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

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

border-color css

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

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

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