#C18B75

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

Shades of Brandy Rose #C18B75

Tints of Brandy Rose #C18B75

Color information

#C18B75 (or 0xC18B75) is unknown color: approx Brandy Rose. HEX triplet: C1, 8B and 75. RGB value is (193,139,117). Sum of RGB (Red+Green+Blue) = 193+139+117=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B75 is #3E748A. Grayscale: #989898. Windows color (decimal): -4093067 or 7703489. OLE color: 7703489.

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

Color convert

RGB193139117-
CMYK00.280.390.24
HSL17.37º38%60.78%-
HSV(B)17.37º39.38%75.69%-
XYZ34.4431.0921.02-
YUV152.64107.89156.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=42.98%
G=30.96%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313911700.280.390.2417.373860.78
HexC18B7501C271811263d
Octal3012131650344730214675
Binary110000011000101111101010111001001111100010001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18B75; }

 p { color: rgb(193,139,117); }

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

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

 a { background-color: rgb(193,139,117); }

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

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

 span { border-color: rgb(193,139,117); }

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