#C48672

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

Shades of Brandy Rose #C48672

Tints of Brandy Rose #C48672

Color information

#C48672 (or 0xC48672) is unknown color: approx Brandy Rose. HEX triplet: C4, 86 and 72. RGB value is (196,134,114). Sum of RGB (Red+Green+Blue) = 196+134+114=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48672 is #3B798D. Grayscale: #969696. Windows color (decimal): -3897742 or 7505604. OLE color: 7505604.

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

Color convert

RGB196134114-
CMYK00.320.420.23
HSL14.63º41%60.78%-
HSV(B)14.63º41.84%76.86%-
XYZ34.333019.9-
YUV150.26107.54160.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=44.14%
G=30.18%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613411400.320.420.2314.634160.78
HexC486720202A17f293d
Octal3042061620405227175175
Binary110001001000011011100100100000101010101111111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48672; }

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

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

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

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

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

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

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

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