#C1854C

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

Shades of Brandy Punch #C1854C

Tints of Brandy Punch #C1854C

Color information

#C1854C (or 0xC1854C) is unknown color: approx Brandy Punch. HEX triplet: C1, 85 and 4C. RGB value is (193,133,76). Sum of RGB (Red+Green+Blue) = 193+133+76=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1854C is #3E7AB3. Grayscale: #909090. Windows color (decimal): -4094644 or 5014977. OLE color: 5014977.

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

Color convert

RGB19313376-
CMYK00.310.610.24
HSL29.23º48.55%52.75%-
HSV(B)29.23º60.62%75.69%-
XYZ31.6828.6310.69-
YUV144.4489.38162.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=48.01%
G=33.08%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931337600.310.610.2429.2348.5552.75
HexC1854C01F3D181d3135
Octal3012051140377530356165
Binary110000011000010110011000111111111011100011101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1854C; }

 p { color: rgb(193,133,76); }

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

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

 a { background-color: rgb(193,133,76); }

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

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

 span { border-color: rgb(193,133,76); }

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