Html Css Color HEX #C3804F Brandy Punch

📋 copy color: '#C3804F'

red 195 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #C3804F

Tints of Brandy Punch #C3804F

RGB

 RED value IS 195 (76.56% from 255) = 48.51%

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

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

R = 48.51%
G = 31.84%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3804F (or 0xC3804F) is known color: Brandy Punch. HEX triplet: C3, 80 and 4F. RGB value is (195,128,79). Sum of RGB (Red+Green+Blue) = 195+128+79=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3804F is #3C7FB0. Grayscale: #8E8E8E. Windows color (decimal): -3964849 or 5210307. OLE color: 5210307.

HSL color Cylindrical-coordinate representation of color #C3804F: hue angle of 25.34º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3804F is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 79 -
CMYK 0 0.34 0.59 0.24
HSL 25.34º 0.49% 0.54% -
HSV(B) 25.34º 0.59% 0.76% -
XYZ 31.64 27.6 11.06 -
YUV 142.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 195 128 79 0 0.34 0.59 0.24 25.34 0.49 0.54
Hex C3 80 4F 0 22 3B 18 19 31 36
Octal 303 200 117 0 42 73 30 31 61 66
Binary 11000011 10000000 1001111 0 100010 111011 11000 11001 110001 110110

Color Harmonies of #C3804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3804F

Black with #C3804F

Text Example


Text Example

White with #C3804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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