#C48279

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

Shades of Brandy Rose #C48279

Tints of Brandy Rose #C48279

Color information

#C48279 (or 0xC48279) is unknown color: approx Brandy Rose. HEX triplet: C4, 82 and 79. RGB value is (196,130,121). Sum of RGB (Red+Green+Blue) = 196+130+121=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48279 is #3B7D86. Grayscale: #949494. Windows color (decimal): -3898759 or 7963332. OLE color: 7963332.

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

Color convert

RGB196130121-
CMYK00.340.380.23
HSL7.2º38.86%62.16%-
HSV(B)7.2º38.27%76.86%-
XYZ34.229.0821.9-
YUV148.71112.37161.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=43.85%
G=29.08%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613012100.340.380.237.238.8662.16
HexC4827902226177273e
Octal304202171042462774776
Binary11000100100000101111001010001010011010111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48279; }

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

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

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

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

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

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

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

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