Html Css Color HEX #C3834C Brandy Punch

📋 copy color: '#C3834C'

red 195 ◦ green 131 ◦ blue 76

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

Shades of Brandy Punch #C3834C

Tints of Brandy Punch #C3834C

RGB

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

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

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

R = 48.51%
G = 32.59%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3834C (or 0xC3834C) is known color: Brandy Punch. HEX triplet: C3, 83 and 4C. RGB value is (195,131,76). Sum of RGB (Red+Green+Blue) = 195+131+76=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3834C is #3C7CB3. Grayscale: #909090. Windows color (decimal): -3964084 or 5014467. OLE color: 5014467.

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

Color convert

RGB 195 131 76 -
CMYK 0 0.33 0.61 0.24
HSL 27.73º 0.5% 0.53% -
HSV(B) 27.73º 0.61% 0.76% -
XYZ 31.93 28.36 10.63 -
YUV 143.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 195 131 76 0 0.33 0.61 0.24 27.73 0.5 0.53
Hex C3 83 4C 0 21 3D 18 1C 32 35
Octal 303 203 114 0 41 75 30 34 62 65
Binary 11000011 10000011 1001100 0 100001 111101 11000 11100 110010 110101

Color Harmonies of #C3834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3834C

Black with #C3834C

Text Example


Text Example

White with #C3834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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