Html Css Color HEX #C3814C Brandy Punch

📋 copy color: '#C3814C'

red 195 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #C3814C

Tints of Brandy Punch #C3814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 48.75%
G = 32.25%
B = 19%

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

#C3814C (or 0xC3814C) is known color: Brandy Punch. HEX triplet: C3, 81 and 4C. RGB value is (195,129,76). Sum of RGB (Red+Green+Blue) = 195+129+76=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3814C is #3C7EB3. Grayscale: #8E8E8E. Windows color (decimal): -3964596 or 5013955. OLE color: 5013955.

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

Color convert

RGB 195 129 76 -
CMYK 0 0.34 0.61 0.24
HSL 26.72º 0.5% 0.53% -
HSV(B) 26.72º 0.61% 0.76% -
XYZ 31.66 27.82 10.54 -
YUV 142.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 195 129 76 0 0.34 0.61 0.24 26.72 0.5 0.53
Hex C3 81 4C 0 22 3D 18 1B 32 35
Octal 303 201 114 0 42 75 30 33 62 65
Binary 11000011 10000001 1001100 0 100010 111101 11000 11011 110010 110101

Color Harmonies of #C3814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3814C

Black with #C3814C

Text Example


Text Example

White with #C3814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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