#C48176

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

Shades of Brandy Rose #C48176

Tints of Brandy Rose #C48176

Color information

#C48176 (or 0xC48176) is unknown color: approx Brandy Rose. HEX triplet: C4, 81 and 76. RGB value is (196,129,118). Sum of RGB (Red+Green+Blue) = 196+129+118=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48176 is #3B7E89. Grayscale: #939393. Windows color (decimal): -3899018 or 7766468. OLE color: 7766468.

HSL color Cylindrical-coordinate representation of color #C48176: hue angle of 8.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48176 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196129118-
CMYK00.340.400.23
HSL8.46º39.8%61.57%-
HSV(B)8.46º39.8%76.86%-
XYZ33.8928.7420.9-
YUV147.78111.2162.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=44.24%
G=29.12%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612911800.340.400.238.4639.861.57
HexC4817602228178283e
Octal3042011660425027105076
Binary110001001000000111101100100010101000101111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48176; }

 p { color: rgb(196,129,118); }

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

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

 a { background-color: rgb(196,129,118); }

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

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

 span { border-color: rgb(196,129,118); }

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