Html Css Color HEX #C28248 Brandy Punch

📋 copy color: '#C28248'

red 194 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #C28248

Tints of Brandy Punch #C28248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 48.99%
G = 32.83%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C28248 (or 0xC28248) is known color: Brandy Punch. HEX triplet: C2, 82 and 48. RGB value is (194,130,72). Sum of RGB (Red+Green+Blue) = 194+130+72=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28248 is #3D7DB7. Grayscale: #8E8E8E. Windows color (decimal): -4029880 or 4752066. OLE color: 4752066.

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

Color convert

RGB 194 130 72 -
CMYK 0 0.33 0.63 0.24
HSL 28.52º 0.5% 0.52% -
HSV(B) 28.52º 0.63% 0.76% -
XYZ 31.4 27.9 9.86 -
YUV 142.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 194 130 72 0 0.33 0.63 0.24 28.52 0.5 0.52
Hex C2 82 48 0 21 3F 18 1D 32 34
Octal 302 202 110 0 41 77 30 35 62 64
Binary 11000010 10000010 1001000 0 100001 111111 11000 11101 110010 110100

Color Harmonies of #C28248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28248

Black with #C28248

Text Example


Text Example

White with #C28248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28248; }

 p { color: rgb(194,130,72); }

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

background-color css

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

 a { background-color: rgb(194,130,72); }

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

border-color css

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

 span { border-color: rgb(194,130,72); }

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