Html Css Color HEX #C2783A Brandy Punch

📋 copy color: '#C2783A'

red 194 ◦ green 120 ◦ blue 58

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

Shades of Brandy Punch #C2783A

Tints of Brandy Punch #C2783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 52.15%
G = 32.26%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2783A (or 0xC2783A) is known color: Brandy Punch. HEX triplet: C2, 78 and 3A. RGB value is (194,120,58). Sum of RGB (Red+Green+Blue) = 194+120+58=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2783A is #3D87C5. Grayscale: #878787. Windows color (decimal): -4032454 or 3832002. OLE color: 3832002.

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

Color convert

RGB 194 120 58 -
CMYK 0 0.38 0.70 0.24
HSL 27.35º 0.54% 0.49% -
HSV(B) 27.35º 0.7% 0.76% -
XYZ 29.73 25.21 7.3 -
YUV 135.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 194 120 58 0 0.38 0.70 0.24 27.35 0.54 0.49
Hex C2 78 3A 0 26 46 18 1B 36 31
Octal 302 170 72 0 46 106 30 33 66 61
Binary 11000010 1111000 111010 0 100110 1000110 11000 11011 110110 110001

Color Harmonies of #C2783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2783A

Black with #C2783A

Text Example


Text Example

White with #C2783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2783A; }

 p { color: rgb(194,120,58); }

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

background-color css

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

 a { background-color: rgb(194,120,58); }

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

border-color css

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

 span { border-color: rgb(194,120,58); }

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