Html Css Color HEX #C5803F Brandy Punch

📋 copy color: '#C5803F'

red 197 ◦ green 128 ◦ blue 63

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

Shades of Brandy Punch #C5803F

Tints of Brandy Punch #C5803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 50.77%
G = 32.99%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5803F (or 0xC5803F) is known color: Brandy Punch. HEX triplet: C5, 80 and 3F. RGB value is (197,128,63). Sum of RGB (Red+Green+Blue) = 197+128+63=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5803F is #3A7FC0. Grayscale: #8D8D8D. Windows color (decimal): -3833793 or 4161733. OLE color: 4161733.

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

Color convert

RGB 197 128 63 -
CMYK 0 0.35 0.68 0.23
HSL 29.1º 0.54% 0.51% -
HSV(B) 29.1º 0.68% 0.77% -
XYZ 31.64 27.67 8.38 -
YUV 141.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 197 128 63 0 0.35 0.68 0.23 29.1 0.54 0.51
Hex C5 80 3F 0 23 44 17 1D 36 33
Octal 305 200 77 0 43 104 27 35 66 63
Binary 11000101 10000000 111111 0 100011 1000100 10111 11101 110110 110011

Color Harmonies of #C5803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5803F

Black with #C5803F

Text Example


Text Example

White with #C5803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5803F; }

 p { color: rgb(197,128,63); }

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

background-color css

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

 a { background-color: rgb(197,128,63); }

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

border-color css

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

 span { border-color: rgb(197,128,63); }

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