#C48378

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

Shades of Brandy Rose #C48378

Tints of Brandy Rose #C48378

Color information

#C48378 (or 0xC48378) is unknown color: approx Brandy Rose. HEX triplet: C4, 83 and 78. RGB value is (196,131,120). Sum of RGB (Red+Green+Blue) = 196+131+120=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48378 is #3B7C87. Grayscale: #959595. Windows color (decimal): -3898504 or 7898052. OLE color: 7898052.

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

Color convert

RGB196131120-
CMYK00.330.390.23
HSL8.68º39.18%61.96%-
HSV(B)8.68º38.78%76.86%-
XYZ34.2729.3221.62-
YUV149.18111.53161.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=43.85%
G=29.31%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613112000.330.390.238.6839.1861.96
HexC4837802127179273e
Octal3042031700414727114776
Binary110001001000001111110000100001100111101111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48378; }

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

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

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

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

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

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

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

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