#C58371

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

Shades of Brandy Rose #C58371

Tints of Brandy Rose #C58371

Color information

#C58371 (or 0xC58371) is unknown color: approx Brandy Rose. HEX triplet: C5, 83 and 71. RGB value is (197,131,113). Sum of RGB (Red+Green+Blue) = 197+131+113=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C58371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58371 is #3A7C8E. Grayscale: #949494. Windows color (decimal): -3832975 or 7439301. OLE color: 7439301.

HSL color Cylindrical-coordinate representation of color #C58371: hue angle of 12.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58371 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197131113-
CMYK00.340.430.23
HSL12.86º42%60.78%-
HSV(B)12.86º42.64%77.25%-
XYZ34.1229.319.48-
YUV148.68107.87162.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=44.67%
G=29.71%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713111300.340.430.2312.864260.78
HexC583710222B17d2a3d
Octal3052031610425327155275
Binary110001011000001111100010100010101011101111101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58371; }

 p { color: rgb(197,131,113); }

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

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

 a { background-color: rgb(197,131,113); }

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

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

 span { border-color: rgb(197,131,113); }

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