#C6847B

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

Shades of Brandy Rose #C6847B

Tints of Brandy Rose #C6847B

Color information

#C6847B (or 0xC6847B) is unknown color: approx Brandy Rose. HEX triplet: C6, 84 and 7B. RGB value is (198,132,123). Sum of RGB (Red+Green+Blue) = 198+132+123=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6847B is #397B84. Grayscale: #969696. Windows color (decimal): -3767173 or 8094918. OLE color: 8094918.

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

Color convert

RGB198132123-
CMYK00.330.380.22
HSL7.2º39.68%62.94%-
HSV(B)7.2º37.88%77.65%-
XYZ35.1229.9422.67-
YUV150.71112.37161.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=43.71%
G=29.14%
B=27.15%

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
Decimal19813212300.330.380.227.239.6862.94
HexC6847B02126167283f
Octal306204173041462675077
Binary11000110100001001111011010000110011010110111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6847B; }

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

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

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

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

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

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

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

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