#C48375

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

Shades of Brandy Rose #C48375

Tints of Brandy Rose #C48375

Color information

#C48375 (or 0xC48375) is unknown color: approx Brandy Rose. HEX triplet: C4, 83 and 75. RGB value is (196,131,117). Sum of RGB (Red+Green+Blue) = 196+131+117=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48375 is #3B7C8A. Grayscale: #949494. Windows color (decimal): -3898507 or 7701444. OLE color: 7701444.

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

Color convert

RGB196131117-
CMYK00.330.400.23
HSL10.63º40.1%61.37%-
HSV(B)10.63º40.31%76.86%-
XYZ34.0929.2520.68-
YUV148.84110.03161.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=44.14%
G=29.50%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613111700.330.400.2310.6340.161.37
HexC483750212817b283d
Octal3042031650415027135075
Binary110001001000001111101010100001101000101111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48375; }

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

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

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

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

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

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

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

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