#C18151

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

Shades of Brandy Punch #C18151

Tints of Brandy Punch #C18151

Color information

#C18151 (or 0xC18151) is unknown color: approx Brandy Punch. HEX triplet: C1, 81 and 51. RGB value is (193,129,81). Sum of RGB (Red+Green+Blue) = 193+129+81=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C18151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18151 is #3E7EAE. Grayscale: #8E8E8E. Windows color (decimal): -4095663 or 5341633. OLE color: 5341633.

HSL color Cylindrical-coordinate representation of color #C18151: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18151 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19312981-
CMYK00.330.580.24
HSL25.71º47.46%53.73%-
HSV(B)25.71º58.03%75.69%-
XYZ31.3327.6311.47-
YUV142.6693.2163.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=47.89%
G=32.01%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931298100.330.580.2425.7147.4653.73
HexC181510213A181a2f36
Octal3012011210417230325766
Binary1100000110000001101000101000011110101100011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18151; }

 p { color: rgb(193,129,81); }

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

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

 a { background-color: rgb(193,129,81); }

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

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

 span { border-color: rgb(193,129,81); }

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