Html Css Color HEX #C2783C Brandy Punch

📋 copy color: '#C2783C'

red 194 ◦ green 120 ◦ blue 60

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

Shades of Brandy Punch #C2783C

Tints of Brandy Punch #C2783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 51.87%
G = 32.09%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2783C (or 0xC2783C) is known color: Brandy Punch. HEX triplet: C2, 78 and 3C. RGB value is (194,120,60). Sum of RGB (Red+Green+Blue) = 194+120+60=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2783C is #3D87C3. Grayscale: #878787. Windows color (decimal): -4032452 or 3963074. OLE color: 3963074.

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

Color convert

RGB 194 120 60 -
CMYK 0 0.38 0.69 0.24
HSL 26.87º 0.53% 0.5% -
HSV(B) 26.87º 0.69% 0.76% -
XYZ 29.78 25.23 7.57 -
YUV 135.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 194 120 60 0 0.38 0.69 0.24 26.87 0.53 0.5
Hex C2 78 3C 0 26 45 18 1B 35 32
Octal 302 170 74 0 46 105 30 33 65 62
Binary 11000010 1111000 111100 0 100110 1000101 11000 11011 110101 110010

Color Harmonies of #C2783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2783C

Black with #C2783C

Text Example


Text Example

White with #C2783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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