#C48076

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

Shades of Brandy Rose #C48076

Tints of Brandy Rose #C48076

Color information

#C48076 (or 0xC48076) is unknown color: approx Brandy Rose. HEX triplet: C4, 80 and 76. RGB value is (196,128,118). Sum of RGB (Red+Green+Blue) = 196+128+118=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C48076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48076 is #3B7F89. Grayscale: #939393. Windows color (decimal): -3899274 or 7766212. OLE color: 7766212.

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

Color convert

RGB196128118-
CMYK00.350.400.23
HSL7.69º39.8%61.57%-
HSV(B)7.69º39.8%76.86%-
XYZ33.7528.4820.86-
YUV147.19111.53162.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=44.34%
G=28.96%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612811800.350.400.237.6939.861.57
HexC4807602328178283e
Octal3042001660435027105076
Binary110001001000000011101100100011101000101111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48076; }

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

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

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

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

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

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

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

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