#C28872

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

Shades of Brandy Rose #C28872

Tints of Brandy Rose #C28872

Color information

#C28872 (or 0xC28872) is unknown color: approx Brandy Rose. HEX triplet: C2, 88 and 72. RGB value is (194,136,114). Sum of RGB (Red+Green+Blue) = 194+136+114=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C28872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28872 is #3D778D. Grayscale: #969696. Windows color (decimal): -4028302 or 7506114. OLE color: 7506114.

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

Color convert

RGB194136114-
CMYK00.300.410.24
HSL16.5º39.6%60.39%-
HSV(B)16.5º41.24%76.08%-
XYZ34.0930.2919.97-
YUV150.83107.22158.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=43.69%
G=30.63%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413611400.300.410.2416.539.660.39
HexC2887201E291811283c
Octal3022101620365130215074
Binary110000101000100011100100111101010011100010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28872; }

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

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

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

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

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

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

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

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