Html Css Color HEX #C28444 Brandy Punch

📋 copy color: '#C28444'

red 194 ◦ green 132 ◦ blue 68

#C28444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C28444

Tints of Brandy Punch #C28444

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

 GREEN value IS 132 (51.95% from 255) = 33.5%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 49.24%
G = 33.5%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28444 (or 0xC28444) is known color: Brandy Punch. HEX triplet: C2, 84 and 44. RGB value is (194,132,68). Sum of RGB (Red+Green+Blue) = 194+132+68=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28444 is #3D7BBB. Grayscale: #8F8F8F. Windows color (decimal): -4029372 or 4490434. OLE color: 4490434.

HSL color Cylindrical-coordinate representation of color #C28444: hue angle of 30.48º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C28444 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 68 -
CMYK 0 0.32 0.65 0.24
HSL 30.48º 0.51% 0.51% -
HSV(B) 30.48º 0.65% 0.76% -
XYZ 31.54 28.39 9.29 -
YUV 143.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 194 132 68 0 0.32 0.65 0.24 30.48 0.51 0.51
Hex C2 84 44 0 20 41 18 1E 33 33
Octal 302 204 104 0 40 101 30 36 63 63
Binary 11000010 10000100 1000100 0 100000 1000001 11000 11110 110011 110011

Color Harmonies of #C28444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28444

Black with #C28444

Text Example


Text Example

White with #C28444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28444; }

 p { color: rgb(194,132,68); }

 H1.HeaderClassName
 {
   color: #C28444;
 }
 .AnyTagClassName
 {
   color: #C28444;
 }
</style>

background-color css

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

 a { background-color: rgb(194,132,68); }

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

border-color css

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

 span { border-color: rgb(194,132,68); }

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