#C48374

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

Shades of Brandy Rose #C48374

Tints of Brandy Rose #C48374

Color information

#C48374 (or 0xC48374) is unknown color: approx Brandy Rose. HEX triplet: C4, 83 and 74. RGB value is (196,131,116). Sum of RGB (Red+Green+Blue) = 196+131+116=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48374 is #3B7C8B. Grayscale: #949494. Windows color (decimal): -3898508 or 7635908. OLE color: 7635908.

HSL color Cylindrical-coordinate representation of color #C48374: hue angle of 11.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48374 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196131116-
CMYK00.330.410.23
HSL11.25º40.4%61.18%-
HSV(B)11.25º40.82%76.86%-
XYZ34.0329.2320.37-
YUV148.72109.53161.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=44.24%
G=29.57%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613111600.330.410.2311.2540.461.18
HexC483740212917b283d
Octal3042031640415127135075
Binary110001001000001111101000100001101001101111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48374; }

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

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

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

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

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

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

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

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