Html Css Color HEX #C28646 Brandy Punch

📋 copy color: '#C28646'

red 194 ◦ green 134 ◦ blue 70

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

Shades of Brandy Punch #C28646

Tints of Brandy Punch #C28646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 48.74%
G = 33.67%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28646 (or 0xC28646) is known color: Brandy Punch. HEX triplet: C2, 86 and 46. RGB value is (194,134,70). Sum of RGB (Red+Green+Blue) = 194+134+70=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C28646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28646 is #3D79B9. Grayscale: #909090. Windows color (decimal): -4028858 or 4622018. OLE color: 4622018.

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

Color convert

RGB 194 134 70 -
CMYK 0 0.31 0.64 0.24
HSL 30.97º 0.5% 0.52% -
HSV(B) 30.97º 0.64% 0.76% -
XYZ 31.88 28.96 9.7 -
YUV 144.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 194 134 70 0 0.31 0.64 0.24 30.97 0.5 0.52
Hex C2 86 46 0 1F 40 18 1F 32 34
Octal 302 206 106 0 37 100 30 37 62 64
Binary 11000010 10000110 1000110 0 11111 1000000 11000 11111 110010 110100

Color Harmonies of #C28646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28646

Black with #C28646

Text Example


Text Example

White with #C28646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28646; }

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

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

background-color css

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

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

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

border-color css

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

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

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