Html Css Color HEX #C28348 Brandy Punch

📋 copy color: '#C28348'

red 194 ◦ green 131 ◦ blue 72

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

Shades of Brandy Punch #C28348

Tints of Brandy Punch #C28348

RGB

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

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

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

R = 48.87%
G = 33%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C28348 (or 0xC28348) is known color: Brandy Punch. HEX triplet: C2, 83 and 48. RGB value is (194,131,72). Sum of RGB (Red+Green+Blue) = 194+131+72=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C28348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28348 is #3D7CB7. Grayscale: #8F8F8F. Windows color (decimal): -4029624 or 4752322. OLE color: 4752322.

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

Color convert

RGB 194 131 72 -
CMYK 0 0.32 0.63 0.24
HSL 29.02º 0.5% 0.52% -
HSV(B) 29.02º 0.63% 0.76% -
XYZ 31.53 28.17 9.91 -
YUV 143.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 194 131 72 0 0.32 0.63 0.24 29.02 0.5 0.52
Hex C2 83 48 0 20 3F 18 1D 32 34
Octal 302 203 110 0 40 77 30 35 62 64
Binary 11000010 10000011 1001000 0 100000 111111 11000 11101 110010 110100

Color Harmonies of #C28348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28348

Black with #C28348

Text Example


Text Example

White with #C28348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28348; }

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

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

background-color css

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

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

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

border-color css

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

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

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