#C18A73

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

Shades of Brandy Rose #C18A73

Tints of Brandy Rose #C18A73

Color information

#C18A73 (or 0xC18A73) is unknown color: approx Brandy Rose. HEX triplet: C1, 8A and 73. RGB value is (193,138,115). Sum of RGB (Red+Green+Blue) = 193+138+115=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A73 is #3E758C. Grayscale: #979797. Windows color (decimal): -4093325 or 7572161. OLE color: 7572161.

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

Color convert

RGB193138115-
CMYK00.280.400.24
HSL17.69º38.61%60.39%-
HSV(B)17.69º40.41%75.69%-
XYZ34.1830.7520.35-
YUV151.82107.22157.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=43.27%
G=30.94%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313811500.280.400.2417.6938.6160.39
HexC18A7301C281812273c
Octal3012121630345030224774
Binary110000011000101011100110111001010001100010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A73; }

 p { color: rgb(193,138,115); }

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

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

 a { background-color: rgb(193,138,115); }

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

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

 span { border-color: rgb(193,138,115); }

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