Html Css Color HEX #C52461 Old Rose

📋 copy color: '#C52461'

red 197 ◦ green 36 ◦ blue 97

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

Shades of Old Rose #C52461

Tints of Old Rose #C52461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 59.7%
G = 10.91%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C52461 (or 0xC52461) is known color: Old Rose. HEX triplet: C5, 24 and 61. RGB value is (197,36,97). Sum of RGB (Red+Green+Blue) = 197+36+97=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C52461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52461 is #3ADB9E. Grayscale: #5B5B5B. Windows color (decimal): -3857311 or 6366405. OLE color: 6366405.

HSL color Cylindrical-coordinate representation of color #C52461: hue angle of 337.27º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52461 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 97 -
CMYK 0 0.82 0.51 0.23
HSL 337.27º 0.69% 0.46% -
HSV(B) 337.27º 0.82% 0.77% -
XYZ 25.81 14 12.65 -
YUV 91.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 197 36 97 0 0.82 0.51 0.23 337.27 0.69 0.46
Hex C5 24 61 0 52 33 17 151 45 2E
Octal 305 44 141 0 122 63 27 521 105 56
Binary 11000101 100100 1100001 0 1010010 110011 10111 101010001 1000101 101110

Color Harmonies of #C52461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52461

Black with #C52461

Text Example


Text Example

White with #C52461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52461; }

 p { color: rgb(197,36,97); }

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

background-color css

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

 a { background-color: rgb(197,36,97); }

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

border-color css

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

 span { border-color: rgb(197,36,97); }

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