Html Css Color HEX #C4814C Brandy Punch

📋 copy color: '#C4814C'

red 196 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #C4814C

Tints of Brandy Punch #C4814C

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

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

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

R = 48.88%
G = 32.17%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4814C (or 0xC4814C) is known color: Brandy Punch. HEX triplet: C4, 81 and 4C. RGB value is (196,129,76). Sum of RGB (Red+Green+Blue) = 196+129+76=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4814C is #3B7EB3. Grayscale: #8F8F8F. Windows color (decimal): -3899060 or 5013956. OLE color: 5013956.

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

Color convert

RGB 196 129 76 -
CMYK 0 0.34 0.61 0.23
HSL 26.5º 0.5% 0.53% -
HSV(B) 26.5º 0.61% 0.77% -
XYZ 31.92 27.96 10.55 -
YUV 142.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 196 129 76 0 0.34 0.61 0.23 26.5 0.5 0.53
Hex C4 81 4C 0 22 3D 17 1A 32 35
Octal 304 201 114 0 42 75 27 32 62 65
Binary 11000100 10000001 1001100 0 100010 111101 10111 11010 110010 110101

Color Harmonies of #C4814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4814C

Black with #C4814C

Text Example


Text Example

White with #C4814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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