#C18D78

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

Shades of Brandy Rose #C18D78

Tints of Brandy Rose #C18D78

Color information

#C18D78 (or 0xC18D78) is unknown color: approx Brandy Rose. HEX triplet: C1, 8D and 78. RGB value is (193,141,120). Sum of RGB (Red+Green+Blue) = 193+141+120=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D78 is #3E7287. Grayscale: #9A9A9A. Windows color (decimal): -4092552 or 7900609. OLE color: 7900609.

HSL color Cylindrical-coordinate representation of color #C18D78: hue angle of 17.26º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18D78 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB193141120-
CMYK00.270.380.24
HSL17.26º37.06%61.37%-
HSV(B)17.26º37.82%75.69%-
XYZ34.9131.7422.06-
YUV154.15108.73155.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=42.51%
G=31.06%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314112000.270.380.2417.2637.0661.37
HexC18D7801B261811253d
Octal3012151700334630214575
Binary110000011000110111110000110111001101100010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18D78; }

 p { color: rgb(193,141,120); }

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

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

 a { background-color: rgb(193,141,120); }

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

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

 span { border-color: rgb(193,141,120); }

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