#C58676

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

Shades of Brandy Rose #C58676

Tints of Brandy Rose #C58676

Color information

#C58676 (or 0xC58676) is unknown color: approx Brandy Rose. HEX triplet: C5, 86 and 76. RGB value is (197,134,118). Sum of RGB (Red+Green+Blue) = 197+134+118=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58676 is #3A7989. Grayscale: #979797. Windows color (decimal): -3832202 or 7767749. OLE color: 7767749.

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

Color convert

RGB197134118-
CMYK00.320.400.23
HSL12.15º40.51%61.76%-
HSV(B)12.15º40.1%77.25%-
XYZ34.8230.2321.14-
YUV151.01109.37160.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=43.88%
G=29.84%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713411800.320.400.2312.1540.5161.76
HexC586760202817c293e
Octal3052061660405027145176
Binary110001011000011011101100100000101000101111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58676; }

 p { color: rgb(197,134,118); }

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

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

 a { background-color: rgb(197,134,118); }

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

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

 span { border-color: rgb(197,134,118); }

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