#C28473

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

Shades of Brandy Rose #C28473

Tints of Brandy Rose #C28473

Color information

#C28473 (or 0xC28473) is unknown color: approx Brandy Rose. HEX triplet: C2, 84 and 73. RGB value is (194,132,115). Sum of RGB (Red+Green+Blue) = 194+132+115=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28473 is #3D7B8C. Grayscale: #949494. Windows color (decimal): -4029325 or 7570626. OLE color: 7570626.

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

Color convert

RGB194132115-
CMYK00.320.410.24
HSL12.91º39.3%60.59%-
HSV(B)12.91º40.72%76.08%-
XYZ33.5929.2120.09-
YUV148.6109.04160.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=43.99%
G=29.93%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413211500.320.410.2412.9139.360.59
HexC284730202918d273d
Octal3022041630405130154775
Binary110000101000010011100110100000101001110001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28473; }

 p { color: rgb(194,132,115); }

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

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

 a { background-color: rgb(194,132,115); }

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

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

 span { border-color: rgb(194,132,115); }

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