Html Css Color HEX #C48443 Brandy Punch

📋 copy color: '#C48443'

red 196 ◦ green 132 ◦ blue 67

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

Shades of Brandy Punch #C48443

Tints of Brandy Punch #C48443

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

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

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

R = 49.62%
G = 33.42%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48443 (or 0xC48443) is known color: Brandy Punch. HEX triplet: C4, 84 and 43. RGB value is (196,132,67). Sum of RGB (Red+Green+Blue) = 196+132+67=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C48443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48443 is #3B7BBC. Grayscale: #909090. Windows color (decimal): -3898301 or 4424900. OLE color: 4424900.

HSL color Cylindrical-coordinate representation of color #C48443: hue angle of 30.23º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48443 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 67 -
CMYK 0 0.33 0.66 0.23
HSL 30.23º 0.52% 0.52% -
HSV(B) 30.23º 0.66% 0.77% -
XYZ 32.03 28.64 9.15 -
YUV 143.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 196 132 67 0 0.33 0.66 0.23 30.23 0.52 0.52
Hex C4 84 43 0 21 42 17 1E 34 34
Octal 304 204 103 0 41 102 27 36 64 64
Binary 11000100 10000100 1000011 0 100001 1000010 10111 11110 110100 110100

Color Harmonies of #C48443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48443

Black with #C48443

Text Example


Text Example

White with #C48443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48443; }

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

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

background-color css

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

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

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

border-color css

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

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

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