Html Css Color HEX #C5814C Brandy Punch

📋 copy color: '#C5814C'

red 197 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #C5814C

Tints of Brandy Punch #C5814C

RGB

 RED value IS 197 (77.34% from 255) = 49%

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

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

R = 49%
G = 32.09%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5814C (or 0xC5814C) is known color: Brandy Punch. HEX triplet: C5, 81 and 4C. RGB value is (197,129,76). Sum of RGB (Red+Green+Blue) = 197+129+76=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5814C is #3A7EB3. Grayscale: #8F8F8F. Windows color (decimal): -3833524 or 5013957. OLE color: 5013957.

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

Color convert

RGB 197 129 76 -
CMYK 0 0.35 0.61 0.23
HSL 26.28º 0.51% 0.54% -
HSV(B) 26.28º 0.61% 0.77% -
XYZ 32.18 28.09 10.56 -
YUV 143.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 197 129 76 0 0.35 0.61 0.23 26.28 0.51 0.54
Hex C5 81 4C 0 23 3D 17 1A 33 36
Octal 305 201 114 0 43 75 27 32 63 66
Binary 11000101 10000001 1001100 0 100011 111101 10111 11010 110011 110110

Color Harmonies of #C5814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5814C

Black with #C5814C

Text Example


Text Example

White with #C5814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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