Html Css Color HEX #C3804C Brandy Punch

📋 copy color: '#C3804C'

red 195 ◦ green 128 ◦ blue 76

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

Shades of Brandy Punch #C3804C

Tints of Brandy Punch #C3804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 48.87%
G = 32.08%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3804C (or 0xC3804C) is known color: Brandy Punch. HEX triplet: C3, 80 and 4C. RGB value is (195,128,76). Sum of RGB (Red+Green+Blue) = 195+128+76=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3804C is #3C7FB3. Grayscale: #8E8E8E. Windows color (decimal): -3964852 or 5013699. OLE color: 5013699.

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

Color convert

RGB 195 128 76 -
CMYK 0 0.34 0.61 0.24
HSL 26.22º 0.5% 0.53% -
HSV(B) 26.22º 0.61% 0.76% -
XYZ 31.53 27.56 10.5 -
YUV 142.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 195 128 76 0 0.34 0.61 0.24 26.22 0.5 0.53
Hex C3 80 4C 0 22 3D 18 1A 32 35
Octal 303 200 114 0 42 75 30 32 62 65
Binary 11000011 10000000 1001100 0 100010 111101 11000 11010 110010 110101

Color Harmonies of #C3804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3804C

Black with #C3804C

Text Example


Text Example

White with #C3804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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