Html Css Color HEX #C2804B Brandy Punch

📋 copy color: '#C2804B'

red 194 ◦ green 128 ◦ blue 75

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

Shades of Brandy Punch #C2804B

Tints of Brandy Punch #C2804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 48.87%
G = 32.24%
B = 18.89%

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

#C2804B (or 0xC2804B) is known color: Brandy Punch. HEX triplet: C2, 80 and 4B. RGB value is (194,128,75). Sum of RGB (Red+Green+Blue) = 194+128+75=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2804B is #3D7FB4. Grayscale: #8D8D8D. Windows color (decimal): -4030389 or 4948162. OLE color: 4948162.

HSL color Cylindrical-coordinate representation of color #C2804B: hue angle of 26.72º 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 #C2804B is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 75 -
CMYK 0 0.34 0.61 0.24
HSL 26.72º 0.49% 0.53% -
HSV(B) 26.72º 0.61% 0.76% -
XYZ 31.24 27.42 10.3 -
YUV 141.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 194 128 75 0 0.34 0.61 0.24 26.72 0.49 0.53
Hex C2 80 4B 0 22 3D 18 1B 31 35
Octal 302 200 113 0 42 75 30 33 61 65
Binary 11000010 10000000 1001011 0 100010 111101 11000 11011 110001 110101

Color Harmonies of #C2804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2804B

Black with #C2804B

Text Example


Text Example

White with #C2804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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