#C2814F

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

Shades of Brandy Punch #C2814F

Tints of Brandy Punch #C2814F

Color information

#C2814F (or 0xC2814F) is unknown color: approx Brandy Punch. HEX triplet: C2, 81 and 4F. RGB value is (194,129,79). Sum of RGB (Red+Green+Blue) = 194+129+79=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2814F is #3D7EB0. Grayscale: #8F8F8F. Windows color (decimal): -4030129 or 5210562. OLE color: 5210562.

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

Color convert

RGB19412979-
CMYK00.340.590.24
HSL26.09º48.52%53.53%-
HSV(B)26.09º59.28%76.08%-
XYZ31.5127.7311.09-
YUV142.7392.03164.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=48.26%
G=32.09%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941297900.340.590.2426.0948.5253.53
HexC2814F0223B181a3136
Octal3022011170427330326166
Binary1100001010000001100111101000101110111100011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2814F; }

 p { color: rgb(194,129,79); }

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

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

 a { background-color: rgb(194,129,79); }

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

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

 span { border-color: rgb(194,129,79); }

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