Html Css Color HEX #C2804C Brandy Punch

📋 copy color: '#C2804C'

red 194 ◦ green 128 ◦ blue 76

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

Shades of Brandy Punch #C2804C

Tints of Brandy Punch #C2804C

RGB

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

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

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

R = 48.74%
G = 32.16%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2804C (or 0xC2804C) is known color: Brandy Punch. HEX triplet: C2, 80 and 4C. RGB value is (194,128,76). Sum of RGB (Red+Green+Blue) = 194+128+76=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2804C is #3D7FB3. Grayscale: #8E8E8E. Windows color (decimal): -4030388 or 5013698. OLE color: 5013698.

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

Color convert

RGB 194 128 76 -
CMYK 0 0.34 0.61 0.24
HSL 26.44º 0.49% 0.53% -
HSV(B) 26.44º 0.61% 0.76% -
XYZ 31.27 27.43 10.48 -
YUV 141.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 194 128 76 0 0.34 0.61 0.24 26.44 0.49 0.53
Hex C2 80 4C 0 22 3D 18 1A 31 35
Octal 302 200 114 0 42 75 30 32 61 65
Binary 11000010 10000000 1001100 0 100010 111101 11000 11010 110001 110101

Color Harmonies of #C2804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2804C

Black with #C2804C

Text Example


Text Example

White with #C2804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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