#C6847A

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

Shades of Brandy Rose #C6847A

Tints of Brandy Rose #C6847A

Color information

#C6847A (or 0xC6847A) is unknown color: approx Brandy Rose. HEX triplet: C6, 84 and 7A. RGB value is (198,132,122). Sum of RGB (Red+Green+Blue) = 198+132+122=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6847A is #397B85. Grayscale: #969696. Windows color (decimal): -3767174 or 8029382. OLE color: 8029382.

HSL color Cylindrical-coordinate representation of color #C6847A: hue angle of 7.89º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6847A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB198132122-
CMYK00.330.380.22
HSL7.89º40%62.75%-
HSV(B)7.89º38.38%77.65%-
XYZ35.0529.9122.34-
YUV150.59111.87161.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=43.81%
G=29.20%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813212200.330.380.227.894062.75
HexC6847A02126168283f
Octal3062041720414626105077
Binary110001101000010011110100100001100110101101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6847A; }

 p { color: rgb(198,132,122); }

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

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

 a { background-color: rgb(198,132,122); }

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

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

 span { border-color: rgb(198,132,122); }

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