Html Css Color HEX #C4804F Brandy Punch

📋 copy color: '#C4804F'

red 196 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #C4804F

Tints of Brandy Punch #C4804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 48.64%
G = 31.76%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4804F (or 0xC4804F) is known color: Brandy Punch. HEX triplet: C4, 80 and 4F. RGB value is (196,128,79). Sum of RGB (Red+Green+Blue) = 196+128+79=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4804F is #3B7FB0. Grayscale: #8F8F8F. Windows color (decimal): -3899313 or 5210308. OLE color: 5210308.

HSL color Cylindrical-coordinate representation of color #C4804F: hue angle of 25.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4804F is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 79 -
CMYK 0 0.35 0.60 0.23
HSL 25.13º 0.5% 0.54% -
HSV(B) 25.13º 0.6% 0.77% -
XYZ 31.9 27.74 11.07 -
YUV 142.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 196 128 79 0 0.35 0.60 0.23 25.13 0.5 0.54
Hex C4 80 4F 0 23 3C 17 19 32 36
Octal 304 200 117 0 43 74 27 31 62 66
Binary 11000100 10000000 1001111 0 100011 111100 10111 11001 110010 110110

Color Harmonies of #C4804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4804F

Black with #C4804F

Text Example


Text Example

White with #C4804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4804F; }

 p { color: rgb(196,128,79); }

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

background-color css

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

 a { background-color: rgb(196,128,79); }

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

border-color css

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

 span { border-color: rgb(196,128,79); }

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