#C28871

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

Shades of Brandy Rose #C28871

Tints of Brandy Rose #C28871

Color information

#C28871 (or 0xC28871) is unknown color: approx Brandy Rose. HEX triplet: C2, 88 and 71. RGB value is (194,136,113). Sum of RGB (Red+Green+Blue) = 194+136+113=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28871 is #3D778E. Grayscale: #969696. Windows color (decimal): -4028303 or 7440578. OLE color: 7440578.

HSL color Cylindrical-coordinate representation of color #C28871: hue angle of 17.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28871 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194136113-
CMYK00.300.420.24
HSL17.04º39.9%60.2%-
HSV(B)17.04º41.75%76.08%-
XYZ34.0330.2719.67-
YUV150.72106.72158.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=43.79%
G=30.70%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413611300.300.420.2417.0439.960.2
HexC2887101E2A1811283c
Octal3022101610365230215074
Binary110000101000100011100010111101010101100010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28871; }

 p { color: rgb(194,136,113); }

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

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

 a { background-color: rgb(194,136,113); }

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

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

 span { border-color: rgb(194,136,113); }

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