#C18152

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

Shades of Brandy Punch #C18152

Tints of Brandy Punch #C18152

Color information

#C18152 (or 0xC18152) is unknown color: approx Brandy Punch. HEX triplet: C1, 81 and 52. RGB value is (193,129,82). Sum of RGB (Red+Green+Blue) = 193+129+82=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C18152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18152 is #3E7EAD. Grayscale: #8F8F8F. Windows color (decimal): -4095662 or 5407169. OLE color: 5407169.

HSL color Cylindrical-coordinate representation of color #C18152: hue angle of 25.41º 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 #C18152 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19312982-
CMYK00.330.580.24
HSL25.41º47.23%53.92%-
HSV(B)25.41º57.51%75.69%-
XYZ31.3727.6511.67-
YUV142.7893.7163.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=47.77%
G=31.93%
B=20.30%

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
Decimal1931298200.330.580.2425.4147.2353.92
HexC181520213A18192f36
Octal3012011220417230315766
Binary1100000110000001101001001000011110101100011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18152; }

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

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

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

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

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

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

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

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