#C28472

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

Shades of Brandy Rose #C28472

Tints of Brandy Rose #C28472

Color information

#C28472 (or 0xC28472) is unknown color: approx Brandy Rose. HEX triplet: C2, 84 and 72. RGB value is (194,132,114). Sum of RGB (Red+Green+Blue) = 194+132+114=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28472 is #3D7B8D. Grayscale: #949494. Windows color (decimal): -4029326 or 7505090. OLE color: 7505090.

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

Color convert

RGB194132114-
CMYK00.320.410.24
HSL13.5º39.6%60.39%-
HSV(B)13.5º41.24%76.08%-
XYZ33.5429.1919.79-
YUV148.49108.54160.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=44.09%
G=30%
B=25.91%

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
Decimal19413211400.320.410.2413.539.660.39
HexC284720202918e283c
Octal3022041620405130165074
Binary110000101000010011100100100000101001110001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28472; }

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

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

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

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

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

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

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

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