#C5887B

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

Shades of Brandy Rose #C5887B

Tints of Brandy Rose #C5887B

Color information

#C5887B (or 0xC5887B) is unknown color: approx Brandy Rose. HEX triplet: C5, 88 and 7B. RGB value is (197,136,123). Sum of RGB (Red+Green+Blue) = 197+136+123=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5887B is #3A7784. Grayscale: #989898. Windows color (decimal): -3831685 or 8095941. OLE color: 8095941.

HSL color Cylindrical-coordinate representation of color #C5887B: hue angle of 10.54º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5887B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197136123-
CMYK00.310.380.23
HSL10.54º38.95%62.75%-
HSV(B)10.54º37.56%77.25%-
XYZ35.4130.9122.84-
YUV152.76111.21159.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=43.20%
G=29.82%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713612300.310.380.2310.5438.9562.75
HexC5887B01F2617b273f
Octal3052101730374627134777
Binary11000101100010001111011011111100110101111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5887B; }

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

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

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

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

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

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

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

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