#C28272

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

Shades of Brandy Rose #C28272

Tints of Brandy Rose #C28272

Color information

#C28272 (or 0xC28272) is unknown color: approx Brandy Rose. HEX triplet: C2, 82 and 72. RGB value is (194,130,114). Sum of RGB (Red+Green+Blue) = 194+130+114=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28272 is #3D7D8D. Grayscale: #939393. Windows color (decimal): -4029838 or 7504578. OLE color: 7504578.

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

Color convert

RGB194130114-
CMYK00.330.410.24
HSL12º39.6%60.39%-
HSV(B)12º41.24%76.08%-
XYZ33.2728.6519.7-
YUV147.31109.2161.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=44.29%
G=29.68%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413011400.330.410.241239.660.39
HexC282720212918c283c
Octal3022021620415130145074
Binary110000101000001011100100100001101001110001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28272; }

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

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

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

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

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

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

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

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