#C2866F

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

Shades of Brandy Rose #C2866F

Tints of Brandy Rose #C2866F

Color information

#C2866F (or 0xC2866F) is unknown color: approx Brandy Rose. HEX triplet: C2, 86 and 6F. RGB value is (194,134,111). Sum of RGB (Red+Green+Blue) = 194+134+111=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2866F is #3D7990. Grayscale: #959595. Windows color (decimal): -4028817 or 7308994. OLE color: 7308994.

HSL color Cylindrical-coordinate representation of color #C2866F: hue angle of 16.63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2866F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194134111-
CMYK00.310.430.24
HSL16.63º40.49%59.8%-
HSV(B)16.63º42.78%76.08%-
XYZ33.6429.6718.99-
YUV149.32106.38159.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=44.19%
G=30.52%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413411100.310.430.2416.6340.4959.8
HexC2866F01F2B1811283c
Octal3022061570375330215074
Binary110000101000011011011110111111010111100010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2866F; }

 p { color: rgb(194,134,111); }

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

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

 a { background-color: rgb(194,134,111); }

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

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

 span { border-color: rgb(194,134,111); }

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