#C0814B

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

Shades of Brandy Punch #C0814B

Tints of Brandy Punch #C0814B

Color information

#C0814B (or 0xC0814B) is unknown color: approx Brandy Punch. HEX triplet: C0, 81 and 4B. RGB value is (192,129,75). Sum of RGB (Red+Green+Blue) = 192+129+75=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0814B is #3F7EB4. Grayscale: #8D8D8D. Windows color (decimal): -4161205 or 4948416. OLE color: 4948416.

HSL color Cylindrical-coordinate representation of color #C0814B: hue angle of 27.69º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0814B is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19212975-
CMYK00.330.610.25
HSL27.69º48.15%52.35%-
HSV(B)27.69º60.94%75.29%-
XYZ30.8627.4110.32-
YUV141.6890.37163.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=48.48%
G=32.58%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921297500.330.610.2527.6948.1552.35
HexC0814B0213D191c3034
Octal3002011130417531346064
Binary1100000010000001100101101000011111011100111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0814B; }

 p { color: rgb(192,129,75); }

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

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

 a { background-color: rgb(192,129,75); }

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

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

 span { border-color: rgb(192,129,75); }

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