Html Css Color HEX #C2803F Brandy Punch

📋 copy color: '#C2803F'

red 194 ◦ green 128 ◦ blue 63

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

Shades of Brandy Punch #C2803F

Tints of Brandy Punch #C2803F

RGB

 RED value IS 194 (76.17% from 255) = 50.39%

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

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

R = 50.39%
G = 33.25%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2803F (or 0xC2803F) is known color: Brandy Punch. HEX triplet: C2, 80 and 3F. RGB value is (194,128,63). Sum of RGB (Red+Green+Blue) = 194+128+63=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2803F is #3D7FC0. Grayscale: #8C8C8C. Windows color (decimal): -4030401 or 4161730. OLE color: 4161730.

HSL color Cylindrical-coordinate representation of color #C2803F: hue angle of 29.77º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2803F is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 63 -
CMYK 0 0.34 0.68 0.24
HSL 29.77º 0.52% 0.5% -
HSV(B) 29.77º 0.68% 0.76% -
XYZ 30.86 27.27 8.34 -
YUV 140.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 194 128 63 0 0.34 0.68 0.24 29.77 0.52 0.5
Hex C2 80 3F 0 22 44 18 1E 34 32
Octal 302 200 77 0 42 104 30 36 64 62
Binary 11000010 10000000 111111 0 100010 1000100 11000 11110 110100 110010

Color Harmonies of #C2803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2803F

Black with #C2803F

Text Example


Text Example

White with #C2803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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