#C18D7B

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

Shades of Brandy Rose #C18D7B

Tints of Brandy Rose #C18D7B

Color information

#C18D7B (or 0xC18D7B) is unknown color: approx Brandy Rose. HEX triplet: C1, 8D and 7B. RGB value is (193,141,123). Sum of RGB (Red+Green+Blue) = 193+141+123=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D7B is #3E7284. Grayscale: #9A9A9A. Windows color (decimal): -4092549 or 8097217. OLE color: 8097217.

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

Color convert

RGB193141123-
CMYK00.270.360.24
HSL15.43º36.08%61.96%-
HSV(B)15.43º36.27%75.69%-
XYZ35.0931.8223.03-
YUV154.5110.23155.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=42.23%
G=30.85%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314112300.270.360.2415.4336.0861.96
HexC18D7B01B2418f243e
Octal3012151730334430174476
Binary11000001100011011111011011011100100110001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18D7B; }

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

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

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

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

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

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

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

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