#C18D7D

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

Shades of Brandy Rose #C18D7D

Tints of Brandy Rose #C18D7D

Color information

#C18D7D (or 0xC18D7D) is unknown color: approx Brandy Rose. HEX triplet: C1, 8D and 7D. RGB value is (193,141,125). Sum of RGB (Red+Green+Blue) = 193+141+125=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D7D is #3E7282. Grayscale: #9A9A9A. Windows color (decimal): -4092547 or 8228289. OLE color: 8228289.

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

Color convert

RGB193141125-
CMYK00.270.350.24
HSL14.12º35.42%62.35%-
HSV(B)14.12º35.23%75.69%-
XYZ35.2231.8723.7-
YUV154.72111.23155.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=42.05%
G=30.72%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314112500.270.350.2414.1235.4262.35
HexC18D7D01B2318e233e
Octal3012151750334330164376
Binary11000001100011011111101011011100011110001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18D7D; }

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

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

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

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

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

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

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

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