Html Css Color HEX #C28446 Brandy Punch

📋 copy color: '#C28446'

red 194 ◦ green 132 ◦ blue 70

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

Shades of Brandy Punch #C28446

Tints of Brandy Punch #C28446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 48.99%
G = 33.33%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28446 (or 0xC28446) is known color: Brandy Punch. HEX triplet: C2, 84 and 46. RGB value is (194,132,70). Sum of RGB (Red+Green+Blue) = 194+132+70=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28446 is #3D7BB9. Grayscale: #8F8F8F. Windows color (decimal): -4029370 or 4621506. OLE color: 4621506.

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

Color convert

RGB 194 132 70 -
CMYK 0 0.32 0.64 0.24
HSL 30º 0.5% 0.52% -
HSV(B) 30º 0.64% 0.76% -
XYZ 31.6 28.41 9.61 -
YUV 143.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 194 132 70 0 0.32 0.64 0.24 30 0.5 0.52
Hex C2 84 46 0 20 40 18 1E 32 34
Octal 302 204 106 0 40 100 30 36 62 64
Binary 11000010 10000100 1000110 0 100000 1000000 11000 11110 110010 110100

Color Harmonies of #C28446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28446

Black with #C28446

Text Example


Text Example

White with #C28446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28446; }

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

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

background-color css

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

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

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

border-color css

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

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

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