#C48779

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

Shades of Brandy Rose #C48779

Tints of Brandy Rose #C48779

Color information

#C48779 (or 0xC48779) is unknown color: approx Brandy Rose. HEX triplet: C4, 87 and 79. RGB value is (196,135,121). Sum of RGB (Red+Green+Blue) = 196+135+121=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48779 is #3B7886. Grayscale: #979797. Windows color (decimal): -3897479 or 7964612. OLE color: 7964612.

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

Color convert

RGB196135121-
CMYK00.310.380.23
HSL11.2º38.86%62.16%-
HSV(B)11.2º38.27%76.86%-
XYZ34.8830.4422.13-
YUV151.64110.71159.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=43.36%
G=29.87%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613512100.310.380.2311.238.8662.16
HexC4877901F2617b273e
Octal3042071710374627134776
Binary11000100100001111111001011111100110101111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48779; }

 p { color: rgb(196,135,121); }

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

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

 a { background-color: rgb(196,135,121); }

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

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

 span { border-color: rgb(196,135,121); }

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