Html Css Color HEX #C3834A Brandy Punch

📋 copy color: '#C3834A'

red 195 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #C3834A

Tints of Brandy Punch #C3834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

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

R = 48.75%
G = 32.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3834A (or 0xC3834A) is known color: Brandy Punch. HEX triplet: C3, 83 and 4A. RGB value is (195,131,74). Sum of RGB (Red+Green+Blue) = 195+131+74=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3834A is #3C7CB5. Grayscale: #8F8F8F. Windows color (decimal): -3964086 or 4883395. OLE color: 4883395.

HSL color Cylindrical-coordinate representation of color #C3834A: hue angle of 28.26º 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 #C3834A is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 74 -
CMYK 0 0.33 0.62 0.24
HSL 28.26º 0.5% 0.53% -
HSV(B) 28.26º 0.62% 0.76% -
XYZ 31.86 28.33 10.27 -
YUV 143.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 195 131 74 0 0.33 0.62 0.24 28.26 0.5 0.53
Hex C3 83 4A 0 21 3E 18 1C 32 35
Octal 303 203 112 0 41 76 30 34 62 65
Binary 11000011 10000011 1001010 0 100001 111110 11000 11100 110010 110101

Color Harmonies of #C3834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3834A

Black with #C3834A

Text Example


Text Example

White with #C3834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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