Html Css Color HEX #C48242 Brandy Punch

📋 copy color: '#C48242'

red 196 ◦ green 130 ◦ blue 66

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

Shades of Brandy Punch #C48242

Tints of Brandy Punch #C48242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 50%
G = 33.16%
B = 16.84%

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

#C48242 (or 0xC48242) is known color: Brandy Punch. HEX triplet: C4, 82 and 42. RGB value is (196,130,66). Sum of RGB (Red+Green+Blue) = 196+130+66=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48242 is #3B7DBD. Grayscale: #8E8E8E. Windows color (decimal): -3898814 or 4358852. OLE color: 4358852.

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

Color convert

RGB 196 130 66 -
CMYK 0 0.34 0.66 0.23
HSL 29.54º 0.52% 0.51% -
HSV(B) 29.54º 0.66% 0.77% -
XYZ 31.73 28.09 8.9 -
YUV 142.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 196 130 66 0 0.34 0.66 0.23 29.54 0.52 0.51
Hex C4 82 42 0 22 42 17 1E 34 33
Octal 304 202 102 0 42 102 27 36 64 63
Binary 11000100 10000010 1000010 0 100010 1000010 10111 11110 110100 110011

Color Harmonies of #C48242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48242

Black with #C48242

Text Example


Text Example

White with #C48242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48242; }

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

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

background-color css

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

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

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

border-color css

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

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

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