#C28172

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

Shades of Brandy Rose #C28172

Tints of Brandy Rose #C28172

Color information

#C28172 (or 0xC28172) is unknown color: approx Brandy Rose. HEX triplet: C2, 81 and 72. RGB value is (194,129,114). Sum of RGB (Red+Green+Blue) = 194+129+114=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28172 is #3D7E8D. Grayscale: #929292. Windows color (decimal): -4030094 or 7504322. OLE color: 7504322.

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

Color convert

RGB194129114-
CMYK00.340.410.24
HSL11.25º39.6%60.39%-
HSV(B)11.25º41.24%76.08%-
XYZ33.1428.3819.65-
YUV146.72109.53161.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=44.39%
G=29.52%
B=26.09%

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
Decimal19412911400.340.410.2411.2539.660.39
HexC281720222918b283c
Octal3022011620425130135074
Binary110000101000000111100100100010101001110001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28172; }

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

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

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

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

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

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

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

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