#C48772

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

Shades of Brandy Rose #C48772

Tints of Brandy Rose #C48772

Color information

#C48772 (or 0xC48772) is unknown color: approx Brandy Rose. HEX triplet: C4, 87 and 72. RGB value is (196,135,114). Sum of RGB (Red+Green+Blue) = 196+135+114=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48772 is #3B788D. Grayscale: #969696. Windows color (decimal): -3897486 or 7505860. OLE color: 7505860.

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

Color convert

RGB196135114-
CMYK00.310.420.23
HSL15.37º41%60.78%-
HSV(B)15.37º41.84%76.86%-
XYZ34.4730.2819.95-
YUV150.84107.21160.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=44.04%
G=30.34%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613511400.310.420.2315.374160.78
HexC4877201F2A17f293d
Octal3042071620375227175175
Binary11000100100001111110010011111101010101111111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48772; }

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

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

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

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

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

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

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

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