#C48878

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

Shades of Brandy Rose #C48878

Tints of Brandy Rose #C48878

Color information

#C48878 (or 0xC48878) is unknown color: approx Brandy Rose. HEX triplet: C4, 88 and 78. RGB value is (196,136,120). Sum of RGB (Red+Green+Blue) = 196+136+120=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48878 is #3B7787. Grayscale: #989898. Windows color (decimal): -3897224 or 7899332. OLE color: 7899332.

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

Color convert

RGB196136120-
CMYK00.310.390.23
HSL12.63º39.18%61.96%-
HSV(B)12.63º38.78%76.86%-
XYZ34.9630.721.85-
YUV152.12109.88159.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=43.36%
G=30.09%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613612000.310.390.2312.6339.1861.96
HexC4887801F2717d273e
Octal3042101700374727154776
Binary11000100100010001111000011111100111101111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48878; }

 p { color: rgb(196,136,120); }

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

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

 a { background-color: rgb(196,136,120); }

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

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

 span { border-color: rgb(196,136,120); }

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