#C48676

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

Shades of Brandy Rose #C48676

Tints of Brandy Rose #C48676

Color information

#C48676 (or 0xC48676) is unknown color: approx Brandy Rose. HEX triplet: C4, 86 and 76. RGB value is (196,134,118). Sum of RGB (Red+Green+Blue) = 196+134+118=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48676 is #3B7989. Grayscale: #969696. Windows color (decimal): -3897738 or 7767748. OLE color: 7767748.

HSL color Cylindrical-coordinate representation of color #C48676: hue angle of 12.31º 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 #C48676 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196134118-
CMYK00.320.400.23
HSL12.31º39.8%61.57%-
HSV(B)12.31º39.8%76.86%-
XYZ34.5630.0921.13-
YUV150.71109.54160.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=43.75%
G=29.91%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613411800.320.400.2312.3139.861.57
HexC486760202817c283e
Octal3042061660405027145076
Binary110001001000011011101100100000101000101111100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48676; }

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

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

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

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

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

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

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

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