Html Css Color HEX #C52656 Old Rose

📋 copy color: '#C52656'

red 197 ◦ green 38 ◦ blue 86

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

Shades of Old Rose #C52656

Tints of Old Rose #C52656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 61.37%
G = 11.84%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C52656 (or 0xC52656) is known color: Old Rose. HEX triplet: C5, 26 and 56. RGB value is (197,38,86). Sum of RGB (Red+Green+Blue) = 197+38+86=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C52656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52656 is #3AD9A9. Grayscale: #5A5A5A. Windows color (decimal): -3856810 or 5646021. OLE color: 5646021.

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

Color convert

RGB 197 38 86 -
CMYK 0 0.81 0.56 0.23
HSL 341.89º 0.68% 0.46% -
HSV(B) 341.89º 0.81% 0.77% -
XYZ 25.4 13.93 10.15 -
YUV 91.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 197 38 86 0 0.81 0.56 0.23 341.89 0.68 0.46
Hex C5 26 56 0 51 38 17 156 44 2E
Octal 305 46 126 0 121 70 27 526 104 56
Binary 11000101 100110 1010110 0 1010001 111000 10111 101010110 1000100 101110

Color Harmonies of #C52656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52656

Black with #C52656

Text Example


Text Example

White with #C52656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52656; }

 p { color: rgb(197,38,86); }

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

background-color css

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

 a { background-color: rgb(197,38,86); }

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

border-color css

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

 span { border-color: rgb(197,38,86); }

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