#C28071

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

Shades of Brandy Rose #C28071

Tints of Brandy Rose #C28071

Color information

#C28071 (or 0xC28071) is unknown color: approx Brandy Rose. HEX triplet: C2, 80 and 71. RGB value is (194,128,113). Sum of RGB (Red+Green+Blue) = 194+128+113=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28071 is #3D7F8E. Grayscale: #929292. Windows color (decimal): -4030351 or 7438530. OLE color: 7438530.

HSL color Cylindrical-coordinate representation of color #C28071: hue angle of 11.11º 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 #C28071 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194128113-
CMYK00.340.420.24
HSL11.11º39.9%60.2%-
HSV(B)11.11º41.75%76.08%-
XYZ32.9528.119.31-
YUV146.02109.37162.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=44.60%
G=29.43%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412811300.340.420.2411.1139.960.2
HexC280710222A18b283c
Octal3022001610425230135074
Binary110000101000000011100010100010101010110001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28071; }

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

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

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

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

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

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

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

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