Html Css Color HEX #C1783C Brandy Punch

📋 copy color: '#C1783C'

red 193 ◦ green 120 ◦ blue 60

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

Shades of Brandy Punch #C1783C

Tints of Brandy Punch #C1783C

RGB

 RED value IS 193 (75.78% from 255) = 51.74%

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

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

R = 51.74%
G = 32.17%
B = 16.09%

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

#C1783C (or 0xC1783C) is known color: Brandy Punch. HEX triplet: C1, 78 and 3C. RGB value is (193,120,60). Sum of RGB (Red+Green+Blue) = 193+120+60=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1783C is #3E87C3. Grayscale: #878787. Windows color (decimal): -4097988 or 3963073. OLE color: 3963073.

HSL color Cylindrical-coordinate representation of color #C1783C: hue angle of 27.07º 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 #C1783C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 60 -
CMYK 0 0.38 0.69 0.24
HSL 27.07º 0.53% 0.5% -
HSV(B) 27.07º 0.69% 0.76% -
XYZ 29.52 25.1 7.56 -
YUV 134.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 193 120 60 0 0.38 0.69 0.24 27.07 0.53 0.5
Hex C1 78 3C 0 26 45 18 1B 35 32
Octal 301 170 74 0 46 105 30 33 65 62
Binary 11000001 1111000 111100 0 100110 1000101 11000 11011 110101 110010

Color Harmonies of #C1783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1783C

Black with #C1783C

Text Example


Text Example

White with #C1783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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