#C48775

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

Shades of Brandy Rose #C48775

Tints of Brandy Rose #C48775

Color information

#C48775 (or 0xC48775) is unknown color: approx Brandy Rose. HEX triplet: C4, 87 and 75. RGB value is (196,135,117). Sum of RGB (Red+Green+Blue) = 196+135+117=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48775 is #3B788A. Grayscale: #979797. Windows color (decimal): -3897483 or 7702468. OLE color: 7702468.

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

Color convert

RGB196135117-
CMYK00.310.400.23
HSL13.67º40.1%61.37%-
HSV(B)13.67º40.31%76.86%-
XYZ34.6430.3520.86-
YUV151.19108.71159.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=43.75%
G=30.13%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613511700.310.400.2313.6740.161.37
HexC4877501F2817e283d
Octal3042071650375027165075
Binary11000100100001111110101011111101000101111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48775; }

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

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

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

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

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

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

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

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