Html Css Color HEX #C28344 Brandy Punch

📋 copy color: '#C28344'

red 194 ◦ green 131 ◦ blue 68

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

Shades of Brandy Punch #C28344

Tints of Brandy Punch #C28344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 49.36%
G = 33.33%
B = 17.3%

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

#C28344 (or 0xC28344) is known color: Brandy Punch. HEX triplet: C2, 83 and 44. RGB value is (194,131,68). Sum of RGB (Red+Green+Blue) = 194+131+68=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28344 is #3D7CBB. Grayscale: #8E8E8E. Windows color (decimal): -4029628 or 4490178. OLE color: 4490178.

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

Color convert

RGB 194 131 68 -
CMYK 0 0.32 0.65 0.24
HSL 30º 0.51% 0.51% -
HSV(B) 30º 0.65% 0.76% -
XYZ 31.41 28.12 9.24 -
YUV 142.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 194 131 68 0 0.32 0.65 0.24 30 0.51 0.51
Hex C2 83 44 0 20 41 18 1E 33 33
Octal 302 203 104 0 40 101 30 36 63 63
Binary 11000010 10000011 1000100 0 100000 1000001 11000 11110 110011 110011

Color Harmonies of #C28344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28344

Black with #C28344

Text Example


Text Example

White with #C28344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28344; }

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

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

background-color css

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

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

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

border-color css

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

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

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