#C58375

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

Shades of Brandy Rose #C58375

Tints of Brandy Rose #C58375

Color information

#C58375 (or 0xC58375) is unknown color: approx Brandy Rose. HEX triplet: C5, 83 and 75. RGB value is (197,131,117). Sum of RGB (Red+Green+Blue) = 197+131+117=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58375 is #3A7C8A. Grayscale: #959595. Windows color (decimal): -3832971 or 7701445. OLE color: 7701445.

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

Color convert

RGB197131117-
CMYK00.340.410.23
HSL10.5º40.82%61.57%-
HSV(B)10.5º40.61%77.25%-
XYZ34.3529.3920.69-
YUV149.14109.87162.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=44.27%
G=29.44%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713111700.340.410.2310.540.8261.57
HexC583750222917b293e
Octal3052031650425127135176
Binary110001011000001111101010100010101001101111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58375; }

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

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

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

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

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

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

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

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