Html Css Color HEX #C5844C Brandy Punch

📋 copy color: '#C5844C'

red 197 ◦ green 132 ◦ blue 76

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

Shades of Brandy Punch #C5844C

Tints of Brandy Punch #C5844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

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

R = 48.64%
G = 32.59%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5844C (or 0xC5844C) is known color: Brandy Punch. HEX triplet: C5, 84 and 4C. RGB value is (197,132,76). Sum of RGB (Red+Green+Blue) = 197+132+76=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5844C is #3A7BB3. Grayscale: #919191. Windows color (decimal): -3832756 or 5014725. OLE color: 5014725.

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

Color convert

RGB 197 132 76 -
CMYK 0 0.33 0.61 0.23
HSL 27.77º 0.51% 0.54% -
HSV(B) 27.77º 0.61% 0.77% -
XYZ 32.58 28.89 10.7 -
YUV 145.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 197 132 76 0 0.33 0.61 0.23 27.77 0.51 0.54
Hex C5 84 4C 0 21 3D 17 1C 33 36
Octal 305 204 114 0 41 75 27 34 63 66
Binary 11000101 10000100 1001100 0 100001 111101 10111 11100 110011 110110

Color Harmonies of #C5844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5844C

Black with #C5844C

Text Example


Text Example

White with #C5844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5844C; }

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

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

background-color css

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

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

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

border-color css

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

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

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