Html Css Color HEX #C0783C Brandy Punch

📋 copy color: '#C0783C'

red 192 ◦ green 120 ◦ blue 60

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

Shades of Brandy Punch #C0783C

Tints of Brandy Punch #C0783C

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

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

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

R = 51.61%
G = 32.26%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0783C (or 0xC0783C) is known color: Brandy Punch. HEX triplet: C0, 78 and 3C. RGB value is (192,120,60). Sum of RGB (Red+Green+Blue) = 192+120+60=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0783C is #3F87C3. Grayscale: #868686. Windows color (decimal): -4163524 or 3963072. OLE color: 3963072.

HSL color Cylindrical-coordinate representation of color #C0783C: hue angle of 27.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0783C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 60 -
CMYK 0 0.38 0.69 0.25
HSL 27.27º 0.52% 0.49% -
HSV(B) 27.27º 0.69% 0.75% -
XYZ 29.27 24.97 7.55 -
YUV 134.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 192 120 60 0 0.38 0.69 0.25 27.27 0.52 0.49
Hex C0 78 3C 0 26 45 19 1B 34 31
Octal 300 170 74 0 46 105 31 33 64 61
Binary 11000000 1111000 111100 0 100110 1000101 11001 11011 110100 110001

Color Harmonies of #C0783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0783C

Black with #C0783C

Text Example


Text Example

White with #C0783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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