Html Css Color HEX #C48143 Brandy Punch

📋 copy color: '#C48143'

red 196 ◦ green 129 ◦ blue 67

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

Shades of Brandy Punch #C48143

Tints of Brandy Punch #C48143

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 50%
G = 32.91%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48143 (or 0xC48143) is known color: Brandy Punch. HEX triplet: C4, 81 and 43. RGB value is (196,129,67). Sum of RGB (Red+Green+Blue) = 196+129+67=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48143 is #3B7EBC. Grayscale: #8E8E8E. Windows color (decimal): -3899069 or 4424132. OLE color: 4424132.

HSL color Cylindrical-coordinate representation of color #C48143: hue angle of 28.84º 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 #C48143 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 67 -
CMYK 0 0.34 0.66 0.23
HSL 28.84º 0.52% 0.52% -
HSV(B) 28.84º 0.66% 0.77% -
XYZ 31.63 27.84 9.02 -
YUV 141.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 196 129 67 0 0.34 0.66 0.23 28.84 0.52 0.52
Hex C4 81 43 0 22 42 17 1D 34 34
Octal 304 201 103 0 42 102 27 35 64 64
Binary 11000100 10000001 1000011 0 100010 1000010 10111 11101 110100 110100

Color Harmonies of #C48143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48143

Black with #C48143

Text Example


Text Example

White with #C48143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48143; }

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

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

background-color css

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

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

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

border-color css

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

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

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