Html Css Color HEX #C2783F Brandy Punch

📋 copy color: '#C2783F'

red 194 ◦ green 120 ◦ blue 63

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

Shades of Brandy Punch #C2783F

Tints of Brandy Punch #C2783F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 51.46%
G = 31.83%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2783F (or 0xC2783F) is known color: Brandy Punch. HEX triplet: C2, 78 and 3F. RGB value is (194,120,63). Sum of RGB (Red+Green+Blue) = 194+120+63=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2783F is #3D87C0. Grayscale: #878787. Windows color (decimal): -4032449 or 4159682. OLE color: 4159682.

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

Color convert

RGB 194 120 63 -
CMYK 0 0.38 0.68 0.24
HSL 26.11º 0.52% 0.5% -
HSV(B) 26.11º 0.68% 0.76% -
XYZ 29.86 25.26 8 -
YUV 135.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 194 120 63 0 0.38 0.68 0.24 26.11 0.52 0.5
Hex C2 78 3F 0 26 44 18 1A 34 32
Octal 302 170 77 0 46 104 30 32 64 62
Binary 11000010 1111000 111111 0 100110 1000100 11000 11010 110100 110010

Color Harmonies of #C2783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2783F

Black with #C2783F

Text Example


Text Example

White with #C2783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2783F; }

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

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

background-color css

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

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

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

border-color css

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

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

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