#C48179

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

Shades of Brandy Rose #C48179

Tints of Brandy Rose #C48179

Color information

#C48179 (or 0xC48179) is unknown color: approx Brandy Rose. HEX triplet: C4, 81 and 79. RGB value is (196,129,121). Sum of RGB (Red+Green+Blue) = 196+129+121=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48179 is #3B7E86. Grayscale: #949494. Windows color (decimal): -3899015 or 7963076. OLE color: 7963076.

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

Color convert

RGB196129121-
CMYK00.340.380.23
HSL6.4º38.86%62.16%-
HSV(B)6.4º38.27%76.86%-
XYZ34.0728.8221.86-
YUV148.12112.7162.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=43.95%
G=28.92%
B=27.13%

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
Decimal19612912100.340.380.236.438.8662.16
HexC4817902226176273e
Octal304201171042462764776
Binary11000100100000011111001010001010011010111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48179; }

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

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

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

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

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

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

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

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