Html Css Color HEX #C3804A Brandy Punch

📋 copy color: '#C3804A'

red 195 ◦ green 128 ◦ blue 74

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

Shades of Brandy Punch #C3804A

Tints of Brandy Punch #C3804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 49.12%
G = 32.24%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3804A (or 0xC3804A) is known color: Brandy Punch. HEX triplet: C3, 80 and 4A. RGB value is (195,128,74). Sum of RGB (Red+Green+Blue) = 195+128+74=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3804A is #3C7FB5. Grayscale: #8E8E8E. Windows color (decimal): -3964854 or 4882627. OLE color: 4882627.

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

Color convert

RGB 195 128 74 -
CMYK 0 0.34 0.62 0.24
HSL 26.78º 0.5% 0.53% -
HSV(B) 26.78º 0.62% 0.76% -
XYZ 31.46 27.53 10.14 -
YUV 141.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 195 128 74 0 0.34 0.62 0.24 26.78 0.5 0.53
Hex C3 80 4A 0 22 3E 18 1B 32 35
Octal 303 200 112 0 42 76 30 33 62 65
Binary 11000011 10000000 1001010 0 100010 111110 11000 11011 110010 110101

Color Harmonies of #C3804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3804A

Black with #C3804A

Text Example


Text Example

White with #C3804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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