Html Css Color HEX #C2823B Brandy Punch

📋 copy color: '#C2823B'

red 194 ◦ green 130 ◦ blue 59

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

Shades of Brandy Punch #C2823B

Tints of Brandy Punch #C2823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 50.65%
G = 33.94%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2823B (or 0xC2823B) is known color: Brandy Punch. HEX triplet: C2, 82 and 3B. RGB value is (194,130,59). Sum of RGB (Red+Green+Blue) = 194+130+59=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2823B is #3D7DC4. Grayscale: #8D8D8D. Windows color (decimal): -4029893 or 3900098. OLE color: 3900098.

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

Color convert

RGB 194 130 59 -
CMYK 0 0.33 0.70 0.24
HSL 31.56º 0.53% 0.5% -
HSV(B) 31.56º 0.7% 0.76% -
XYZ 31.02 27.75 7.86 -
YUV 141.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 194 130 59 0 0.33 0.70 0.24 31.56 0.53 0.5
Hex C2 82 3B 0 21 46 18 20 35 32
Octal 302 202 73 0 41 106 30 40 65 62
Binary 11000010 10000010 111011 0 100001 1000110 11000 100000 110101 110010

Color Harmonies of #C2823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2823B

Black with #C2823B

Text Example


Text Example

White with #C2823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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