#C58977

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

Shades of Brandy Rose #C58977

Tints of Brandy Rose #C58977

Color information

#C58977 (or 0xC58977) is unknown color: approx Brandy Rose. HEX triplet: C5, 89 and 77. RGB value is (197,137,119). Sum of RGB (Red+Green+Blue) = 197+137+119=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58977 is #3A7688. Grayscale: #999999. Windows color (decimal): -3831433 or 7834053. OLE color: 7834053.

HSL color Cylindrical-coordinate representation of color #C58977: hue angle of 13.85º degrees, saturation: 0.4, 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 #C58977 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197137119-
CMYK00.300.400.23
HSL13.85º40.21%61.96%-
HSV(B)13.85º39.59%77.25%-
XYZ35.331.0921.59-
YUV152.89108.88159.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=43.49%
G=30.24%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713711900.300.400.2313.8540.2161.96
HexC5897701E2817e283e
Octal3052111670365027165076
Binary11000101100010011110111011110101000101111110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58977; }

 p { color: rgb(197,137,119); }

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

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

 a { background-color: rgb(197,137,119); }

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

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

 span { border-color: rgb(197,137,119); }

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