#C48275

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

Shades of Brandy Rose #C48275

Tints of Brandy Rose #C48275

Color information

#C48275 (or 0xC48275) is unknown color: approx Brandy Rose. HEX triplet: C4, 82 and 75. RGB value is (196,130,117). Sum of RGB (Red+Green+Blue) = 196+130+117=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48275 is #3B7D8A. Grayscale: #949494. Windows color (decimal): -3898763 or 7701188. OLE color: 7701188.

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

Color convert

RGB196130117-
CMYK00.340.400.23
HSL9.87º40.1%61.37%-
HSV(B)9.87º40.31%76.86%-
XYZ33.9628.9920.63-
YUV148.25110.37162.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=44.24%
G=29.35%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613011700.340.400.239.8740.161.37
HexC482750222817a283d
Octal3042021650425027125075
Binary110001001000001011101010100010101000101111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48275; }

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

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

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

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

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

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

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

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