#C28072

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

Shades of Brandy Rose #C28072

Tints of Brandy Rose #C28072

Color information

#C28072 (or 0xC28072) is unknown color: approx Brandy Rose. HEX triplet: C2, 80 and 72. RGB value is (194,128,114). Sum of RGB (Red+Green+Blue) = 194+128+114=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28072 is #3D7F8D. Grayscale: #929292. Windows color (decimal): -4030350 or 7504066. OLE color: 7504066.

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

Color convert

RGB194128114-
CMYK00.340.410.24
HSL10.5º39.6%60.39%-
HSV(B)10.5º41.24%76.08%-
XYZ3328.1219.61-
YUV146.14109.87162.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=44.50%
G=29.36%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412811400.340.410.2410.539.660.39
HexC280720222918b283c
Octal3022001620425130135074
Binary110000101000000011100100100010101001110001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28072; }

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

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

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

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

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

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

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

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