Html Css Color HEX #C2804A Brandy Punch

📋 copy color: '#C2804A'

red 194 ◦ green 128 ◦ blue 74

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

Shades of Brandy Punch #C2804A

Tints of Brandy Punch #C2804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 48.99%
G = 32.32%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2804A (or 0xC2804A) is known color: Brandy Punch. HEX triplet: C2, 80 and 4A. RGB value is (194,128,74). Sum of RGB (Red+Green+Blue) = 194+128+74=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2804A is #3D7FB5. Grayscale: #8D8D8D. Windows color (decimal): -4030390 or 4882626. OLE color: 4882626.

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

Color convert

RGB 194 128 74 -
CMYK 0 0.34 0.62 0.24
HSL 27º 0.5% 0.53% -
HSV(B) 27º 0.62% 0.76% -
XYZ 31.2 27.4 10.12 -
YUV 141.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 194 128 74 0 0.34 0.62 0.24 27 0.5 0.53
Hex C2 80 4A 0 22 3E 18 1B 32 35
Octal 302 200 112 0 42 76 30 33 62 65
Binary 11000010 10000000 1001010 0 100010 111110 11000 11011 110010 110101

Color Harmonies of #C2804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2804A

Black with #C2804A

Text Example


Text Example

White with #C2804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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