#C6867A

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

Shades of Brandy Rose #C6867A

Tints of Brandy Rose #C6867A

Color information

#C6867A (or 0xC6867A) is unknown color: approx Brandy Rose. HEX triplet: C6, 86 and 7A. RGB value is (198,134,122). Sum of RGB (Red+Green+Blue) = 198+134+122=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6867A is #397985. Grayscale: #979797. Windows color (decimal): -3766662 or 8029894. OLE color: 8029894.

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

Color convert

RGB198134122-
CMYK00.320.380.22
HSL9.47º40%62.75%-
HSV(B)9.47º38.38%77.65%-
XYZ35.3330.4622.43-
YUV151.77111.2160.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=43.61%
G=29.52%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813412200.320.380.229.474062.75
HexC6867A02026169283f
Octal3062061720404626115077
Binary110001101000011011110100100000100110101101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6867A; }

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

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

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

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

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

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

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

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