Html Css Color HEX #C2804F Brandy Punch

📋 copy color: '#C2804F'

red 194 ◦ green 128 ◦ blue 79

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

Shades of Brandy Punch #C2804F

Tints of Brandy Punch #C2804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 48.38%
G = 31.92%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2804F (or 0xC2804F) is known color: Brandy Punch. HEX triplet: C2, 80 and 4F. RGB value is (194,128,79). Sum of RGB (Red+Green+Blue) = 194+128+79=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2804F is #3D7FB0. Grayscale: #8E8E8E. Windows color (decimal): -4030385 or 5210306. OLE color: 5210306.

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

Color convert

RGB 194 128 79 -
CMYK 0 0.34 0.59 0.24
HSL 25.57º 0.49% 0.54% -
HSV(B) 25.57º 0.59% 0.76% -
XYZ 31.38 27.47 11.05 -
YUV 142.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 194 128 79 0 0.34 0.59 0.24 25.57 0.49 0.54
Hex C2 80 4F 0 22 3B 18 1A 31 36
Octal 302 200 117 0 42 73 30 32 61 66
Binary 11000010 10000000 1001111 0 100010 111011 11000 11010 110001 110110

Color Harmonies of #C2804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2804F

Black with #C2804F

Text Example


Text Example

White with #C2804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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