Html Css Color HEX #C48142 Brandy Punch

📋 copy color: '#C48142'

red 196 ◦ green 129 ◦ blue 66

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

Shades of Brandy Punch #C48142

Tints of Brandy Punch #C48142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 50.13%
G = 32.99%
B = 16.88%

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

#C48142 (or 0xC48142) is known color: Brandy Punch. HEX triplet: C4, 81 and 42. RGB value is (196,129,66). Sum of RGB (Red+Green+Blue) = 196+129+66=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C48142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48142 is #3B7EBD. Grayscale: #8E8E8E. Windows color (decimal): -3899070 or 4358596. OLE color: 4358596.

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

Color convert

RGB 196 129 66 -
CMYK 0 0.34 0.66 0.23
HSL 29.08º 0.52% 0.51% -
HSV(B) 29.08º 0.66% 0.77% -
XYZ 31.6 27.83 8.86 -
YUV 141.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 196 129 66 0 0.34 0.66 0.23 29.08 0.52 0.51
Hex C4 81 42 0 22 42 17 1D 34 33
Octal 304 201 102 0 42 102 27 35 64 63
Binary 11000100 10000001 1000010 0 100010 1000010 10111 11101 110100 110011

Color Harmonies of #C48142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48142

Black with #C48142

Text Example


Text Example

White with #C48142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48142; }

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

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

background-color css

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

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

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

border-color css

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

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

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