Html Css Color HEX #C28443 Brandy Punch

📋 copy color: '#C28443'

red 194 ◦ green 132 ◦ blue 67

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

Shades of Brandy Punch #C28443

Tints of Brandy Punch #C28443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 49.36%
G = 33.59%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28443 (or 0xC28443) is known color: Brandy Punch. HEX triplet: C2, 84 and 43. RGB value is (194,132,67). Sum of RGB (Red+Green+Blue) = 194+132+67=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28443 is #3D7BBC. Grayscale: #8F8F8F. Windows color (decimal): -4029373 or 4424898. OLE color: 4424898.

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

Color convert

RGB 194 132 67 -
CMYK 0 0.32 0.65 0.24
HSL 30.71º 0.51% 0.51% -
HSV(B) 30.71º 0.65% 0.76% -
XYZ 31.51 28.38 9.13 -
YUV 143.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 194 132 67 0 0.32 0.65 0.24 30.71 0.51 0.51
Hex C2 84 43 0 20 41 18 1F 33 33
Octal 302 204 103 0 40 101 30 37 63 63
Binary 11000010 10000100 1000011 0 100000 1000001 11000 11111 110011 110011

Color Harmonies of #C28443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28443

Black with #C28443

Text Example


Text Example

White with #C28443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28443; }

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

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

background-color css

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

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

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

border-color css

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

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

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