Html Css Color HEX #C28548 Brandy Punch

📋 copy color: '#C28548'

red 194 ◦ green 133 ◦ blue 72

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

Shades of Brandy Punch #C28548

Tints of Brandy Punch #C28548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 48.62%
G = 33.33%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C28548 (or 0xC28548) is known color: Brandy Punch. HEX triplet: C2, 85 and 48. RGB value is (194,133,72). Sum of RGB (Red+Green+Blue) = 194+133+72=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C28548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28548 is #3D7AB7. Grayscale: #909090. Windows color (decimal): -4029112 or 4752834. OLE color: 4752834.

HSL color Cylindrical-coordinate representation of color #C28548: 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.63%. Process color model (Four color, CMYK) of #C28548 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 72 -
CMYK 0 0.31 0.63 0.24
HSL 30º 0.5% 0.52% -
HSV(B) 30º 0.63% 0.76% -
XYZ 31.81 28.71 10 -
YUV 144.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 194 133 72 0 0.31 0.63 0.24 30 0.5 0.52
Hex C2 85 48 0 1F 3F 18 1E 32 34
Octal 302 205 110 0 37 77 30 36 62 64
Binary 11000010 10000101 1001000 0 11111 111111 11000 11110 110010 110100

Color Harmonies of #C28548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28548

Black with #C28548

Text Example


Text Example

White with #C28548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28548; }

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

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

background-color css

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

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

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

border-color css

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

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

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