#C58875

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

Shades of Brandy Rose #C58875

Tints of Brandy Rose #C58875

Color information

#C58875 (or 0xC58875) is unknown color: approx Brandy Rose. HEX triplet: C5, 88 and 75. RGB value is (197,136,117). Sum of RGB (Red+Green+Blue) = 197+136+117=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C58875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58875 is #3A778A. Grayscale: #989898. Windows color (decimal): -3831691 or 7702725. OLE color: 7702725.

HSL color Cylindrical-coordinate representation of color #C58875: hue angle of 14.25º 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 #C58875 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197136117-
CMYK00.310.410.23
HSL14.25º40.82%61.57%-
HSV(B)14.25º40.61%77.25%-
XYZ35.0430.7620.92-
YUV152.07108.21160.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 117 (46.09% from 255) = 26%
R=43.78%
G=30.22%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713611700.310.410.2314.2540.8261.57
HexC5887501F2917e293e
Octal3052101650375127165176
Binary11000101100010001110101011111101001101111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58875; }

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

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

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

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

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

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

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

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