#C1866E

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

Shades of Brandy Rose #C1866E

Tints of Brandy Rose #C1866E

Color information

#C1866E (or 0xC1866E) is unknown color: approx Brandy Rose. HEX triplet: C1, 86 and 6E. RGB value is (193,134,110). Sum of RGB (Red+Green+Blue) = 193+134+110=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1866E is #3E7991. Grayscale: #959595. Windows color (decimal): -4094354 or 7243457. OLE color: 7243457.

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

Color convert

RGB193134110-
CMYK00.310.430.24
HSL17.35º40.1%59.41%-
HSV(B)17.35º43.01%75.69%-
XYZ33.3329.5118.69-
YUV148.9106.05159.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=44.16%
G=30.66%
B=25.17%

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
Decimal19313411000.310.430.2417.3540.159.41
HexC1866E01F2B1811283b
Octal3012061560375330215073
Binary110000011000011011011100111111010111100010001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1866E; }

 p { color: rgb(193,134,110); }

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

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

 a { background-color: rgb(193,134,110); }

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

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

 span { border-color: rgb(193,134,110); }

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