Html Css Color HEX #C2824C Brandy Punch

📋 copy color: '#C2824C'

red 194 ◦ green 130 ◦ blue 76

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

Shades of Brandy Punch #C2824C

Tints of Brandy Punch #C2824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 48.5%
G = 32.5%
B = 19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2824C (or 0xC2824C) is known color: Brandy Punch. HEX triplet: C2, 82 and 4C. RGB value is (194,130,76). Sum of RGB (Red+Green+Blue) = 194+130+76=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2824C is #3D7DB3. Grayscale: #8F8F8F. Windows color (decimal): -4029876 or 5014210. OLE color: 5014210.

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

Color convert

RGB 194 130 76 -
CMYK 0 0.33 0.61 0.24
HSL 27.46º 0.49% 0.53% -
HSV(B) 27.46º 0.61% 0.76% -
XYZ 31.54 27.96 10.57 -
YUV 142.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 194 130 76 0 0.33 0.61 0.24 27.46 0.49 0.53
Hex C2 82 4C 0 21 3D 18 1B 31 35
Octal 302 202 114 0 41 75 30 33 61 65
Binary 11000010 10000010 1001100 0 100001 111101 11000 11011 110001 110101

Color Harmonies of #C2824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2824C

Black with #C2824C

Text Example


Text Example

White with #C2824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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