#C57D79

Color #C57D79 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C57D79

Tints of Brandy Rose #C57D79

Color information

#C57D79 (or 0xC57D79) is unknown color: approx Brandy Rose. HEX triplet: C5, 7D and 79. RGB value is (197,125,121). Sum of RGB (Red+Green+Blue) = 197+125+121=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D79 is #3A8286. Grayscale: #929292. Windows color (decimal): -3834503 or 7962053. OLE color: 7962053.

HSL color Cylindrical-coordinate representation of color #C57D79: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57D79 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197125121-
CMYK00.370.390.23
HSL3.16º39.58%62.35%-
HSV(B)3.16º38.58%77.25%-
XYZ33.8127.9221.7-
YUV146.07113.85164.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=44.47%
G=28.22%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712512100.370.390.233.1639.5862.35
HexC57D7902527173283e
Octal305175171045472735076
Binary110001011111101111100101001011001111011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D79; }

 p { color: rgb(197,125,121); }

 H1.HeaderClassName
 {
   color: #C57D79;
 }
 .AnyTagClassName
 {
   color: #C57D79;
 }
</style>
background-color css

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

 a { background-color: rgb(197,125,121); }

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

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

 span { border-color: rgb(197,125,121); }

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